Use common states for "Low" and "High" in yale_smart_alarm (#142149)

This commit is contained in:
Norbert Rittel 2025-04-03 09:47:54 +02:00 committed by GitHub
parent 1d694450ef
commit c2eb72fce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"
}
}