mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +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",
|
||||
"state": {
|
||||
"off": "Not charging",
|
||||
"on": "Charging"
|
||||
"on": "[%key:common::state::charging%]"
|
||||
}
|
||||
},
|
||||
"carbon_monoxide": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user