mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Replace "Away" in humidifier
with common string (#141872)
This commit is contained in:
parent
15e03957a9
commit
ffc4fa1c2a
@ -63,14 +63,14 @@
|
|||||||
"name": "Mode",
|
"name": "Mode",
|
||||||
"state": {
|
"state": {
|
||||||
"normal": "Normal",
|
"normal": "Normal",
|
||||||
"eco": "Eco",
|
"home": "[%key:common::state::home%]",
|
||||||
"away": "Away",
|
"away": "[%key:common::state::not_home%]",
|
||||||
|
"auto": "Auto",
|
||||||
|
"baby": "Baby",
|
||||||
"boost": "Boost",
|
"boost": "Boost",
|
||||||
"comfort": "Comfort",
|
"comfort": "Comfort",
|
||||||
"home": "[%key:common::state::home%]",
|
"eco": "Eco",
|
||||||
"sleep": "Sleep",
|
"sleep": "Sleep"
|
||||||
"auto": "Auto",
|
|
||||||
"baby": "Baby"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user