mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +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": {
|
||||
"name": "Electricity tariff",
|
||||
"state": {
|
||||
"low": "Low",
|
||||
"high": "High"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"power_failure_count": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user