mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Replace "Away" in humidifier
with common string (#141872)
This commit is contained in:
@@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user