Use common state for "Normal" in humidifier (#142479)

This commit is contained in:
Norbert Rittel 2025-04-07 20:24:18 +02:00 committed by GitHub
parent 7ad13c8897
commit 4ccd30865b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@
"mode": {
"name": "Mode",
"state": {
"normal": "Normal",
"normal": "[%key:common::state::normal%]",
"home": "[%key:common::state::home%]",
"away": "[%key:common::state::not_home%]",
"auto": "Auto",