mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Use common state for "Auto" in humidifier
(#142937)
This commit is contained in:
parent
23844c0f1a
commit
49a9923b5c
@ -65,7 +65,7 @@
|
|||||||
"normal": "[%key:common::state::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": "[%key:common::state::auto%]",
|
||||||
"baby": "Baby",
|
"baby": "Baby",
|
||||||
"boost": "Boost",
|
"boost": "Boost",
|
||||||
"comfort": "Comfort",
|
"comfort": "Comfort",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user