From 5b13d7a7da0f2dbd876c6df9e1e6200d60952a5c Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 6 Oct 2020 20:44:40 +0200 Subject: [PATCH] Updated config --- modules/hue/default-config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/hue/default-config.py b/modules/hue/default-config.py index 372cacb..db1a6ba 100644 --- a/modules/hue/default-config.py +++ b/modules/hue/default-config.py @@ -2,5 +2,7 @@ # RENAME THIS FILE TO "config.py"# ################################## -address = "" -username = "" +# Hue Remote Settings +class hue_config: + address = "" # Local IPv4 address to the HUE bridge + username = "" # Username for the bridge