mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 19:57:52 +00:00
Use common state for "Normal" in humidifier
(#142479)
This commit is contained in:
parent
7ad13c8897
commit
4ccd30865b
@ -62,7 +62,7 @@
|
|||||||
"mode": {
|
"mode": {
|
||||||
"name": "Mode",
|
"name": "Mode",
|
||||||
"state": {
|
"state": {
|
||||||
"normal": "Normal",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"home": "[%key:common::state::home%]",
|
"home": "[%key:common::state::home%]",
|
||||||
"away": "[%key:common::state::not_home%]",
|
"away": "[%key:common::state::not_home%]",
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user