mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
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:
parent
60268e97d4
commit
96d1c9ab91
@ -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"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user