Use common states for sensor levels in overkiz (#142325)

This commit is contained in:
Norbert Rittel 2025-04-05 11:01:47 +02:00 committed by GitHub
parent 31c660557d
commit be32968ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,10 +120,10 @@
"battery": {
"state": {
"full": "Full",
"low": "Low",
"normal": "Normal",
"medium": "Medium",
"verylow": "Very low",
"low": "[%key:common::state::low%]",
"normal": "[%key:common::state::normal%]",
"medium": "[%key:common::state::medium%]",
"verylow": "[%key:common::state::very_low%]",
"good": "Good",
"critical": "Critical"
}
@ -131,9 +131,9 @@
"discrete_rssi_level": {
"state": {
"good": "Good",
"low": "Low",
"normal": "Normal",
"verylow": "Very low"
"low": "[%key:common::state::low%]",
"normal": "[%key:common::state::normal%]",
"verylow": "[%key:common::state::very_low%]"
}
},
"priority_lock_originator": {