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": { "state_attributes": {
"preset_mode": { "preset_mode": {
"state": { "state": {
"auto": "Auto", "auto": "[%key:common::state::auto%]",
"manual": "[%key:common::state::manual%]",
"comfort-1": "Comfort 1", "comfort-1": "Comfort 1",
"comfort-2": "Comfort 2", "comfort-2": "Comfort 2",
"drying": "Drying", "drying": "Drying",
"external": "External", "external": "External",
"freeze": "Freeze", "freeze": "Freeze",
"frost_protection": "Frost protection", "frost_protection": "Frost protection",
"manual": "Manual",
"night": "Night", "night": "Night",
"prog": "Prog" "prog": "Prog"
} }