mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Replace "Charging" state for binary_sensor
with common string (#141796)
This commit is contained in:
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user