mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Use common states for "Low" and "High" in balboa
(#142150)
This commit is contained in:
parent
98c56bce4b
commit
1d694450ef
@ -103,8 +103,8 @@
|
|||||||
"temperature_range": {
|
"temperature_range": {
|
||||||
"name": "Temperature range",
|
"name": "Temperature range",
|
||||||
"state": {
|
"state": {
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"high": "High"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user