Use common state for "Normal" in yeelight (#142641)

* Use common state for "Normal" in `yeelight`

Also remove one excessive hyphen in "RGB format".

* Sentence-case "Color flow"
This commit is contained in:
Norbert Rittel 2025-04-10 10:02:10 +02:00 committed by GitHub
parent 60268e97d4
commit 96d1c9ab91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@
"fields": { "fields": {
"rgb_color": { "rgb_color": {
"name": "RGB color", "name": "RGB color",
"description": "Color for the light in RGB-format." "description": "Color for the light in RGB format."
}, },
"brightness": { "brightness": {
"name": "Brightness", "name": "Brightness",
@ -173,11 +173,11 @@
"selector": { "selector": {
"mode": { "mode": {
"options": { "options": {
"color_flow": "Color Flow", "normal": "[%key:common::state::normal%]",
"color_flow": "Color flow",
"hsv": "HSV", "hsv": "HSV",
"last": "Last", "last": "Last",
"moonlight": "Moonlight", "moonlight": "Moonlight",
"normal": "Normal",
"rgb": "RGB" "rgb": "RGB"
} }
}, },