This commit is contained in:
mischa 2019-11-03 17:06:08 +01:00
parent 77e65f1970
commit 22840c19be
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ for key in json_data:
else:
sensors[json_data[key]['uniqueid'][:-8]].append(key)
Overloop 1e verdieping sensor
for key in sensors:
for i in sensors[key]:
if json_data.get(i)['type'] == 'ZLLPresence':