mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Use common state for "Error" in bmw_connected_drive
(#143316)
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
"charging": "[%key:common::state::charging%]",
|
"charging": "[%key:common::state::charging%]",
|
||||||
"error": "Error",
|
"error": "[%key:common::state::error%]",
|
||||||
"complete": "Complete",
|
"complete": "Complete",
|
||||||
"fully_charged": "Fully charged",
|
"fully_charged": "Fully charged",
|
||||||
"finished_fully_charged": "Finished, fully charged",
|
"finished_fully_charged": "Finished, fully charged",
|
||||||
|
Reference in New Issue
Block a user