mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Use common states for "Low" and "High" in yale_smart_alarm
(#142149)
This commit is contained in:
@ -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%]"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user