Add selectors to Hue service definitions (#46747)
This commit is contained in:
parent
cdc4f634d1
commit
a164a6cf80
1 changed files with 7 additions and 1 deletions
|
@ -1,11 +1,17 @@
|
|||
# Describes the format for available hue services
|
||||
|
||||
hue_activate_scene:
|
||||
description: Activate a hue scene stored in the hue hub.
|
||||
description: Activate a hue scene stored in the hue hub
|
||||
fields:
|
||||
group_name:
|
||||
name: Group
|
||||
description: Name of hue group/room from the hue app.
|
||||
example: "Living Room"
|
||||
selector:
|
||||
text:
|
||||
scene_name:
|
||||
name: Scene
|
||||
description: Name of hue scene from the hue app.
|
||||
example: "Energize"
|
||||
selector:
|
||||
text:
|
||||
|
|
Loading…
Add table
Reference in a new issue