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": {
"state": {
"state": {
"ein": "[%key:common::state::enabled%]",
"deaktiviert": "Inactive",
"aus": "[%key:common::state::disabled%]",
"ein": "[%key:common::state::on%]",
"deaktiviert": "[%key:common::state::disabled%]",
"aus": "[%key:common::state::off%]",
"standby": "[%key:common::state::standby%]",
"auto": "Auto",
"permanent": "Permanent",