mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Use common state for "Error" in bmw_connected_drive
(#143316)
This commit is contained in:
parent
6f178a8a23
commit
29b67505a7
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user