Use common states for "Auto" and "Manual" in overkiz (#143005)

This commit is contained in:
Norbert Rittel 2025-04-15 19:56:58 +02:00 committed by GitHub
parent fad1d7bd1f
commit 5fd17d092b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,14 +71,14 @@
"state_attributes": {
"preset_mode": {
"state": {
"auto": "Auto",
"auto": "[%key:common::state::auto%]",
"manual": "[%key:common::state::manual%]",
"comfort-1": "Comfort 1",
"comfort-2": "Comfort 2",
"drying": "Drying",
"external": "External",
"freeze": "Freeze",
"frost_protection": "Frost protection",
"manual": "Manual",
"night": "Night",
"prog": "Prog"
}