We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0b38b commit ce19beaCopy full SHA for ce19bea
custom_components/luxtronik/common.py
@@ -85,7 +85,7 @@ def correct_key_value(
85
LC.C0100_ERROR_REASON,
86
# LP.P0716_0720_SWITCHOFF_REASON,
87
]
88
- and ((value == -1) OR (value == "-1"))
+ and ((value == -1) or (value == "-1"))
89
):
90
value = "Minus_1"
91
0 commit comments