Use common state for "Fault" in peblar (#143708)

This commit is contained in:
Norbert Rittel 2025-04-29 11:39:21 +02:00 committed by GitHub
parent a71edcf1a1
commit f2838e493b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"