parent
60dbe4dae7
commit
dc1d37e689
@ -1,4 +0,0 @@ |
||||
# Hue Remote Settings |
||||
class hue_config: |
||||
address = "192.168.0.3" |
||||
username = "E0ru0AeVFKEH1E30X40JAJfovg4Uu1aTkdrKQ2Oi" |
@ -1,8 +0,0 @@ |
||||
################################## |
||||
# RENAME THIS FILE TO "config.py"# |
||||
################################## |
||||
|
||||
# Hue Remote Settings |
||||
class hue_config: |
||||
address = "" # Local IPv4 address to the HUE bridge |
||||
username = "" # Username for the bridge |
@ -1,44 +0,0 @@ |
||||
# Presets goes in here |
||||
PRESETS = { |
||||
|
||||
"default": { |
||||
"color": (178, 199, 255), |
||||
"brightness": 255 |
||||
}, |
||||
|
||||
"dim": { |
||||
"color": (178, 199, 255), |
||||
"brightness": 111 |
||||
}, |
||||
|
||||
"dim": { |
||||
"color": (178, 199, 255), |
||||
"brightness": 80 |
||||
}, |
||||
|
||||
"red": { |
||||
"color": (255, 0, 0), |
||||
"brightness": 255 |
||||
}, |
||||
|
||||
"green": { |
||||
"color": (0, 255, 0), |
||||
"brightness": 255 |
||||
}, |
||||
|
||||
"blue": { |
||||
"color": (0, 0, 255), |
||||
"brightness": 255 |
||||
}, |
||||
|
||||
"ice" : { |
||||
"color": ( 80, 100, 255 ), |
||||
"brightness": 120 |
||||
}, |
||||
|
||||
"sleep": { |
||||
"color": (185, 155, 25), |
||||
"brightness": 60 |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue