Use common states for "Low" and "Normal" in `dsmr` (#142354)

Use common state for "Low" and "Normal" in `dsmr`
pull/132164/merge
Norbert Rittel 2025-04-05 20:20:27 +02:00 committed by GitHub
parent 9f4b2ad05a
commit 236f33537b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
"electricity_active_tariff": {
"name": "Active tariff",
"state": {
"low": "Low",
"normal": "Normal"
"low": "[%key:common::state::low%]",
"normal": "[%key:common::state::normal%]"
}
},
"electricity_delivered_tariff_1": {