Use common states for "Low" and "Normal" in `dsmr` (#142354)
Use common state for "Low" and "Normal" in `dsmr`pull/132164/merge
parent
9f4b2ad05a
commit
236f33537b
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue