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:
select:
options:
- "color_flow"
- "hsv"
- "last"
- "moonlight"
- "normal"
- "rgb"
- label: "Color Flow"
value: "color_flow"
- label: "HSV"
value: "hsv"
- label: "Last"
value: "last"
- label: "Moonlight"
value: "moonlight"
- label: "Normal"
value: "normal"
- label: "RGB"
value: "rgb"
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.
@ -112,9 +117,12 @@ set_color_flow_scene:
selector:
select:
options:
- "off"
- "recover"
- "stay"
- label: "Off"
value: "off"
- label: "Recover"
value: "recover"
- label: "Stay"
value: "stay"
transitions:
name: Transitions
description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html
@ -168,9 +176,12 @@ start_flow:
selector:
select:
options:
- "off"
- "recover"
- "stay"
- label: "Off"
value: "off"
- label: "Recover"
value: "recover"
- label: "Stay"
value: "stay"
transitions:
name: Transitions
description: Array of transitions, for desired effect. Examples https://yeelight.readthedocs.io/en/stable/flow.html