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