You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/config/custom_components/luxtronik2/common.py", line 81, in correct_key_value
value = value.replace(" ", "_").replace("/", "_").lower()
^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'replace'
0 commit comments