Use common state for "Error" in bmw_connected_drive (#143316)

This commit is contained in:
Norbert Rittel 2025-04-20 10:37:27 +02:00 committed by GitHub
parent 6f178a8a23
commit 29b67505a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@
"state": {
"default": "Default",
"charging": "[%key:common::state::charging%]",
"error": "Error",
"error": "[%key:common::state::error%]",
"complete": "Complete",
"fully_charged": "Fully charged",
"finished_fully_charged": "Finished, fully charged",