Fix linelength

This commit is contained in:
Meatballs1
2024-04-24 23:15:15 +01:00
parent 4918d7db75
commit 8288e848ec

View File

@@ -365,7 +365,8 @@ class HCDevice:
if "max" in change: if "max" in change:
self.features[uid]["max"] = change["max"] self.features[uid]["max"] = change["max"]
else: else:
#We wont have name for this item, so have to be careful when resolving elsewhere #We wont have name for this item, so have to be careful
#when resolving elsewhere
self.features[uid] = change self.features[uid] = change
elif resource == "/ni/info": elif resource == "/ni/info":