Use more common state strings in lektrico (#141906)

This commit is contained in:
Norbert Rittel 2025-03-31 12:36:31 +02:00 committed by GitHub
parent 46a8325556
commit 314834b4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
} }