mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Use common states for "Low" and "Normal" in dsmr
(#142354)
Use common state for "Low" and "Normal" in `dsmr`
This commit is contained in:
parent
9f4b2ad05a
commit
236f33537b
@ -51,8 +51,8 @@
|
|||||||
"electricity_active_tariff": {
|
"electricity_active_tariff": {
|
||||||
"name": "Active tariff",
|
"name": "Active tariff",
|
||||||
"state": {
|
"state": {
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"normal": "Normal"
|
"normal": "[%key:common::state::normal%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"electricity_delivered_tariff_1": {
|
"electricity_delivered_tariff_1": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user