mirror of https://github.com/E-Almqvist/dotfiles
parent
112495c9fe
commit
0d5d0f421b
@ -0,0 +1,10 @@ |
|||||||
|
{ |
||||||
|
"hue": { |
||||||
|
"address": "192.168.1.15", |
||||||
|
"username": "tibniMzoYv6bCD5V3jVnn5yq3-Ebt2h2ERRy0pxn" |
||||||
|
}, |
||||||
|
"speech": { |
||||||
|
"device_index": 30, |
||||||
|
"prefixes": ["computer", "computers"] |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,41 @@ |
|||||||
|
{ |
||||||
|
"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