From 34bc01f6da22d071b955e5fc9c40480b6b060ce4 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 2 Oct 2024 21:44:10 +0200 Subject: [PATCH] fix AttributeError: 'list' object has no attribute 'name' https://github.com/diyhue/diyHue/issues/1049#issuecomment-2389541233 --- diyhue/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diyhue/config.json b/diyhue/config.json index aaa42d3..b1d1f5d 100644 --- a/diyhue/config.json +++ b/diyhue/config.json @@ -1,6 +1,6 @@ { "name": "diyHue", -"version": "2.0.18", +"version": "2.0.19", "slug": "diyhue", "description": "Emulate a Hue Bridge, add lights, sensors etc. from different vendors into one Ecosystem", "webui": "http://[HOST]:[PORT:80]",