mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Replace "Charging" state for binary_sensor
with common string (#141796)
This commit is contained in:
parent
f1b059c75d
commit
beb92a7f9c
@ -132,7 +132,7 @@
|
|||||||
"name": "Charging",
|
"name": "Charging",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Not charging",
|
"off": "Not charging",
|
||||||
"on": "Charging"
|
"on": "[%key:common::state::charging%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"carbon_monoxide": {
|
"carbon_monoxide": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user