Use common states for "Low" and "High" in `yale_smart_alarm` (#142149)
parent
1d694450ef
commit
c2eb72fce4
|
@ -71,8 +71,8 @@
|
|||
"volume": {
|
||||
"name": "Volume",
|
||||
"state": {
|
||||
"high": "High",
|
||||
"low": "Low",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue