mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Add selectors to Hue service definitions (#46747)
This commit is contained in:
parent
cdc4f634d1
commit
a164a6cf80
@ -1,11 +1,17 @@
|
|||||||
# Describes the format for available hue services
|
# Describes the format for available hue services
|
||||||
|
|
||||||
hue_activate_scene:
|
hue_activate_scene:
|
||||||
description: Activate a hue scene stored in the hue hub.
|
description: Activate a hue scene stored in the hue hub
|
||||||
fields:
|
fields:
|
||||||
group_name:
|
group_name:
|
||||||
|
name: Group
|
||||||
description: Name of hue group/room from the hue app.
|
description: Name of hue group/room from the hue app.
|
||||||
example: "Living Room"
|
example: "Living Room"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
scene_name:
|
scene_name:
|
||||||
|
name: Scene
|
||||||
description: Name of hue scene from the hue app.
|
description: Name of hue scene from the hue app.
|
||||||
example: "Energize"
|
example: "Energize"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user