mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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": {
|
"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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user