mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 03:37:51 +00:00
Add missing services.yaml file for hue (#23217)
* Add hue services.yaml * Add lifx services.yaml * Add lutron services.yaml * Update lifx services.yaml * Update hue services.yaml * Revert lifx services.yaml as it is not necessary * Remove hue from lights/services.yaml
This commit is contained in:
parent
73a7d5e6f4
commit
31e514ec15
@ -0,0 +1,11 @@
|
|||||||
|
# Describes the format for available hue services
|
||||||
|
|
||||||
|
hue_activate_scene:
|
||||||
|
description: Activate a hue scene stored in the hue hub.
|
||||||
|
fields:
|
||||||
|
group_name:
|
||||||
|
description: Name of hue group/room from the hue app.
|
||||||
|
example: "Living Room"
|
||||||
|
scene_name:
|
||||||
|
description: Name of hue scene from the hue app.
|
||||||
|
example: "Energize"
|
@ -71,16 +71,6 @@ toggle:
|
|||||||
'...':
|
'...':
|
||||||
description: All turn_on parameters can be used.
|
description: All turn_on parameters can be used.
|
||||||
|
|
||||||
hue_activate_scene:
|
|
||||||
description: Activate a hue scene stored in the hue hub.
|
|
||||||
fields:
|
|
||||||
group_name:
|
|
||||||
description: Name of hue group/room from the hue app.
|
|
||||||
example: "Living Room"
|
|
||||||
scene_name:
|
|
||||||
description: Name of hue scene from the hue app.
|
|
||||||
example: "Energize"
|
|
||||||
|
|
||||||
lifx_set_state:
|
lifx_set_state:
|
||||||
description: Set a color/brightness and possibliy turn the light on/off.
|
description: Set a color/brightness and possibliy turn the light on/off.
|
||||||
fields:
|
fields:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user