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": { "volume": {
"name": "Volume", "name": "Volume",
"state": { "state": {
"high": "High", "high": "[%key:common::state::high%]",
"low": "Low", "low": "[%key:common::state::low%]",
"off": "[%key:common::state::off%]" "off": "[%key:common::state::off%]"
} }
} }