Use common states for "Low" and "High" in balboa (#142150)

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

View File

@ -103,8 +103,8 @@
"temperature_range": {
"name": "Temperature range",
"state": {
"low": "Low",
"high": "High"
"low": "[%key:common::state::low%]",
"high": "[%key:common::state::high%]"
}
}
},