Use common state for "Error" in peblar (#143273)

This commit is contained in:
Norbert Rittel 2025-04-21 20:24:02 +02:00 committed by GitHub
parent 7030000348
commit 80f34620c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@
"name": "State", "name": "State",
"state": { "state": {
"charging": "[%key:common::state::charging%]", "charging": "[%key:common::state::charging%]",
"error": "Error", "error": "[%key:common::state::error%]",
"fault": "Fault", "fault": "Fault",
"invalid": "Invalid", "invalid": "Invalid",
"no_ev_connected": "No EV connected", "no_ev_connected": "No EV connected",