Resolve state mismatches in wolflink (#141846)

This commit is contained in:
Norbert Rittel 2025-03-30 19:42:39 +02:00 committed by GitHub
parent 3d49000c75
commit 97a0b9272e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,9 +28,9 @@
"sensor": { "sensor": {
"state": { "state": {
"state": { "state": {
"ein": "[%key:common::state::enabled%]", "ein": "[%key:common::state::on%]",
"deaktiviert": "Inactive", "deaktiviert": "[%key:common::state::disabled%]",
"aus": "[%key:common::state::disabled%]", "aus": "[%key:common::state::off%]",
"standby": "[%key:common::state::standby%]", "standby": "[%key:common::state::standby%]",
"auto": "Auto", "auto": "Auto",
"permanent": "Permanent", "permanent": "Permanent",