Replace "Away" in humidifier with common string (#141872)

This commit is contained in:
Norbert Rittel 2025-03-31 07:29:17 +02:00 committed by GitHub
parent 15e03957a9
commit ffc4fa1c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,14 +63,14 @@
"name": "Mode",
"state": {
"normal": "Normal",
"eco": "Eco",
"away": "Away",
"home": "[%key:common::state::home%]",
"away": "[%key:common::state::not_home%]",
"auto": "Auto",
"baby": "Baby",
"boost": "Boost",
"comfort": "Comfort",
"home": "[%key:common::state::home%]",
"sleep": "Sleep",
"auto": "Auto",
"baby": "Baby"
"eco": "Eco",
"sleep": "Sleep"
}
}
}