forked from home-assistant/core
Add selectors to Hue service definitions (#46747)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user