Use common states for "Low" and "High" in dsmr_reader (#142159)

This commit is contained in:
Norbert Rittel 2025-04-03 10:31:45 +02:00 committed by GitHub
parent b7bc9607a2
commit 8b3a43258d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,8 +140,8 @@
"electricity_tariff": {
"name": "Electricity tariff",
"state": {
"low": "Low",
"high": "High"
"low": "[%key:common::state::low%]",
"high": "[%key:common::state::high%]"
}
},
"power_failure_count": {