mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Use more common state strings in lektrico
(#141906)
This commit is contained in:
parent
46a8325556
commit
314834b4eb
@ -87,11 +87,11 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"available": "Available",
|
"available": "Available",
|
||||||
"charging": "[%key:common::state::charging%]",
|
"charging": "[%key:common::state::charging%]",
|
||||||
"connected": "Connected",
|
"connected": "[%key:common::state::connected%]",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"locked": "Locked",
|
"locked": "[%key:common::state::locked%]",
|
||||||
"need_auth": "Waiting for authentication",
|
"need_auth": "Waiting for authentication",
|
||||||
"paused": "Paused",
|
"paused": "[%key:common::state::paused%]",
|
||||||
"paused_by_scheduler": "Paused by scheduler",
|
"paused_by_scheduler": "Paused by scheduler",
|
||||||
"updating_firmware": "Updating firmware"
|
"updating_firmware": "Updating firmware"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user