mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Use common state for "Error" in blue_current
(#143274)
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
"available": "Available",
|
"available": "Available",
|
||||||
"charging": "[%key:common::state::charging%]",
|
"charging": "[%key:common::state::charging%]",
|
||||||
"unavailable": "Unavailable",
|
"unavailable": "Unavailable",
|
||||||
"error": "Error",
|
"error": "[%key:common::state::error%]",
|
||||||
"offline": "Offline"
|
"offline": "Offline"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
"vehicle_detected": "Detected",
|
"vehicle_detected": "Detected",
|
||||||
"ready": "Ready",
|
"ready": "Ready",
|
||||||
"no_power": "No power",
|
"no_power": "No power",
|
||||||
"vehicle_error": "Error"
|
"vehicle_error": "[%key:common::state::error%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actual_v1": {
|
"actual_v1": {
|
||||||
|
Reference in New Issue
Block a user