Fix two descriptions of yeelight actions (#134282)

This commit is contained in:
Norbert Rittel 2024-12-30 19:22:12 +01:00 committed by GitHub
parent 6631c57cfb
commit f785b17314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@
"services": { "services": {
"set_mode": { "set_mode": {
"name": "Set mode", "name": "Set mode",
"description": "Sets a operation mode.", "description": "Sets an operation mode.",
"fields": { "fields": {
"mode": { "mode": {
"name": "[%key:common::config_flow::data::mode%]", "name": "[%key:common::config_flow::data::mode%]",
@ -129,7 +129,7 @@
}, },
"set_auto_delay_off_scene": { "set_auto_delay_off_scene": {
"name": "Set auto delay off scene", "name": "Set auto delay off scene",
"description": "Turns the light on to the specified brightness and sets a timer to turn it back off after the given number of minutes. If the light is off, Set a color scene, if light is off, it will be turned on.", "description": "Turns the light on to the specified brightness and sets a timer to turn it back off after the given number of minutes. If the light is off, it will be turned on.",
"fields": { "fields": {
"minutes": { "minutes": {
"name": "Minutes", "name": "Minutes",
@ -143,7 +143,7 @@
}, },
"start_flow": { "start_flow": {
"name": "Start flow", "name": "Start flow",
"description": "Start a custom flow, using transitions from https://yeelight.readthedocs.io/en/stable/yeelight.html#flow-objects.", "description": "Starts a custom flow, using transitions from https://yeelight.readthedocs.io/en/stable/yeelight.html#flow-objects.",
"fields": { "fields": {
"count": { "count": {
"name": "Count", "name": "Count",