mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Use common state for "Error" in blue_current
(#143274)
This commit is contained in:
parent
84a8c1312f
commit
9de136789c
@ -30,7 +30,7 @@
|
||||
"available": "Available",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"unavailable": "Unavailable",
|
||||
"error": "Error",
|
||||
"error": "[%key:common::state::error%]",
|
||||
"offline": "Offline"
|
||||
}
|
||||
},
|
||||
@ -41,7 +41,7 @@
|
||||
"vehicle_detected": "Detected",
|
||||
"ready": "Ready",
|
||||
"no_power": "No power",
|
||||
"vehicle_error": "Error"
|
||||
"vehicle_error": "[%key:common::state::error%]"
|
||||
}
|
||||
},
|
||||
"actual_v1": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user