mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Use common states for "Low" and "High" in dsmr_reader
(#142159)
This commit is contained in:
parent
b7bc9607a2
commit
8b3a43258d
@ -140,8 +140,8 @@
|
|||||||
"electricity_tariff": {
|
"electricity_tariff": {
|
||||||
"name": "Electricity tariff",
|
"name": "Electricity tariff",
|
||||||
"state": {
|
"state": {
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"high": "High"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"power_failure_count": {
|
"power_failure_count": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user