mirror of
https://github.com/Gurkengewuerz/casait-has.git
synced 2025-01-18 15:36:28 +01:00
20 lines
565 B
YAML
20 lines
565 B
YAML
# Service definitions for the smart_home integration
|
|
set_animation_speed:
|
|
name: Set animation speed
|
|
description: Set the animation speed for an RGB light.
|
|
target:
|
|
entity:
|
|
domain: light
|
|
supported_features:
|
|
- light.LightEntityFeature.EFFECT
|
|
fields:
|
|
speed:
|
|
name: Speed
|
|
description: The animation speed (0-255)
|
|
required: true
|
|
selector:
|
|
number:
|
|
min: 0
|
|
max: 255
|
|
mode: slider
|