mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Resolve state mismatches in wolflink
(#141846)
This commit is contained in:
parent
3d49000c75
commit
97a0b9272e
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user