Replace "Home" and "Away" in opentherm_gw with common strings (#141867)

This commit is contained in:
Norbert Rittel
2025-03-30 22:36:46 +02:00
committed by GitHub
parent e81a08916a
commit f046456445

View File

@@ -172,8 +172,8 @@
"vcc": "Vcc (5V)", "vcc": "Vcc (5V)",
"led_e": "LED E", "led_e": "LED E",
"led_f": "LED F", "led_f": "LED F",
"home": "Home", "home": "[%key:common::state::home%]",
"away": "Away", "away": "[%key:common::state::not_home%]",
"ds1820": "DS1820", "ds1820": "DS1820",
"dhw_block": "Block hot water" "dhw_block": "Block hot water"
} }