Skip to content

Commit be32968

Browse files
authored
Use common states for sensor levels in overkiz (#142325)
1 parent 31c6605 commit be32968

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

homeassistant/components/overkiz/strings.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,20 @@
120120
"battery": {
121121
"state": {
122122
"full": "Full",
123-
"low": "Low",
124-
"normal": "Normal",
125-
"medium": "Medium",
126-
"verylow": "Very low",
123+
"low": "[%key:common::state::low%]",
124+
"normal": "[%key:common::state::normal%]",
125+
"medium": "[%key:common::state::medium%]",
126+
"verylow": "[%key:common::state::very_low%]",
127127
"good": "Good",
128128
"critical": "Critical"
129129
}
130130
},
131131
"discrete_rssi_level": {
132132
"state": {
133133
"good": "Good",
134-
"low": "Low",
135-
"normal": "Normal",
136-
"verylow": "Very low"
134+
"low": "[%key:common::state::low%]",
135+
"normal": "[%key:common::state::normal%]",
136+
"verylow": "[%key:common::state::very_low%]"
137137
}
138138
},
139139
"priority_lock_originator": {

0 commit comments

Comments
 (0)