forked from home-assistant/core
Use common state for "Error" in peblar (#143273)
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
"name": "State",
|
||||
"state": {
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"error": "Error",
|
||||
"error": "[%key:common::state::error%]",
|
||||
"fault": "Fault",
|
||||
"invalid": "Invalid",
|
||||
"no_ev_connected": "No EV connected",
|
||||
|
||||
Reference in New Issue
Block a user