mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Use common state for "Paused" and "Unplugged" / "Plugged in" from binary sensor
(#141908)
Use common state for "Paused" and "Unplugged" / "Plugged" from `binary sensor`
This commit is contained in:
parent
05a5b8cdf0
commit
d669dd45cf
@ -89,7 +89,7 @@
|
||||
"state": {
|
||||
"smart_charge": "Smart charge",
|
||||
"max_charge": "Max charge",
|
||||
"paused": "Paused"
|
||||
"paused": "[%key:common::state::paused%]"
|
||||
}
|
||||
},
|
||||
"vehicle": {
|
||||
@ -100,8 +100,8 @@
|
||||
"status": {
|
||||
"name": "Status",
|
||||
"state": {
|
||||
"unplugged": "Unplugged",
|
||||
"plugged_in": "Plugged in",
|
||||
"unplugged": "[%key:component::binary_sensor::entity_component::plug::state::off%]",
|
||||
"plugged_in": "[%key:component::binary_sensor::entity_component::plug::state::on%]",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
"pending_approval": "Pending approval",
|
||||
|
Loading…
x
Reference in New Issue
Block a user