Update yeelight services file with new selectors (#68814)

This commit is contained in:
Florian Gareis 2022-03-30 10:43:03 +02:00 committed by GitHub
parent cf39a61aa1
commit 8669057c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,18 @@ set_mode:
selector: selector:
select: select:
options: options:
- "color_flow" - label: "Color Flow"
- "hsv" value: "color_flow"
- "last" - label: "HSV"
- "moonlight" value: "hsv"
- "normal" - label: "Last"
- "rgb" value: "last"
- label: "Moonlight"
value: "moonlight"
- label: "Normal"
value: "normal"
- label: "RGB"
value: "rgb"
set_color_scene: set_color_scene:
name: Set color scene name: Set color scene
description: Changes the light to the specified RGB color and brightness. If the light is off, it will be turned on. description: Changes the light to the specified RGB color and brightness. If the light is off, it will be turned on.
@ -112,9 +117,12 @@ set_color_flow_scene:
selector: selector:
select: select:
options: options:
- "off" - label: "Off"
- "recover" value: "off"
- "stay" - label: "Recover"
value: "recover"
- label: "Stay"
value: "stay"
transitions: transitions:
name: Transitions name: Transitions
description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html
@ -168,9 +176,12 @@ start_flow:
selector: selector:
select: select:
options: options:
- "off" - label: "Off"
- "recover" value: "off"
- "stay" - label: "Recover"
value: "recover"
- label: "Stay"
value: "stay"
transitions: transitions:
name: Transitions name: Transitions
description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html