1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 17:44:45 +01:00
Files
core/homeassistant/components/hue/services.yaml
T
2026-05-22 11:45:33 +02:00

47 lines
894 B
YAML

# Describes the format for available hue services
# legacy hue_activate_scene to activate a scene
hue_activate_scene:
fields:
group_name:
example: "Living Room"
selector:
text:
scene_name:
example: "Energize"
selector:
text:
dynamic:
selector:
boolean:
# entity service to activate a Hue scene (V2)
activate_scene:
target:
entity:
domain: scene
integration: hue
fields:
transition:
selector:
number:
min: 0
max: 3600
unit_of_measurement: seconds
dynamic:
selector:
boolean:
scene_customization:
collapsed: true
fields:
speed:
selector:
number:
min: 0
max: 100
brightness:
selector:
number:
min: 1
max: 255