mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Use common states for sensor levels in overkiz
(#142325)
This commit is contained in:
parent
31c660557d
commit
be32968ed4
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user