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