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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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