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": { "battery": {
"state": { "state": {
"full": "Full", "full": "Full",
"low": "Low", "low": "[%key:common::state::low%]",
"normal": "Normal", "normal": "[%key:common::state::normal%]",
"medium": "Medium", "medium": "[%key:common::state::medium%]",
"verylow": "Very low", "verylow": "[%key:common::state::very_low%]",
"good": "Good", "good": "Good",
"critical": "Critical" "critical": "Critical"
} }
@ -131,9 +131,9 @@
"discrete_rssi_level": { "discrete_rssi_level": {
"state": { "state": {
"good": "Good", "good": "Good",
"low": "Low", "low": "[%key:common::state::low%]",
"normal": "Normal", "normal": "[%key:common::state::normal%]",
"verylow": "Very low" "verylow": "[%key:common::state::very_low%]"
} }
}, },
"priority_lock_originator": { "priority_lock_originator": {