File tree 1 file changed +7
-7
lines changed
homeassistant/components/overkiz
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 120
120
"battery" : {
121
121
"state" : {
122
122
"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%] " ,
127
127
"good" : " Good" ,
128
128
"critical" : " Critical"
129
129
}
130
130
},
131
131
"discrete_rssi_level" : {
132
132
"state" : {
133
133
"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%] "
137
137
}
138
138
},
139
139
"priority_lock_originator" : {
You can’t perform that action at this time.
0 commit comments