mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Use common states for "Low" and "High" in yale_smart_alarm
(#142149)
This commit is contained in:
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…
x
Reference in New Issue
Block a user