mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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
|
||||
|
||||
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…
x
Reference in New Issue
Block a user