mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
||||
"name": "Active tariff",
|
||||
"state": {
|
||||
"low": "Low",
|
||||
"normal": "Normal"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"normal": "[%key:common::state::normal%]"
|
||||
}
|
||||
},
|
||||
"electricity_delivered_tariff_1": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user