mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Use common state for "Fault" in peblar
(#143708)
This commit is contained in:
parent
a71edcf1a1
commit
f2838e493b
@ -109,7 +109,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"charging": "[%key:common::state::charging%]",
|
"charging": "[%key:common::state::charging%]",
|
||||||
"error": "[%key:common::state::error%]",
|
"error": "[%key:common::state::error%]",
|
||||||
"fault": "Fault",
|
"fault": "[%key:common::state::fault%]",
|
||||||
"invalid": "Invalid",
|
"invalid": "Invalid",
|
||||||
"no_ev_connected": "No EV connected",
|
"no_ev_connected": "No EV connected",
|
||||||
"suspended": "Suspended"
|
"suspended": "Suspended"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user