diff options
author | Ben Sima <ben@bsima.me> | 2019-04-10 09:41:25 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-10 09:41:25 -0700 |
commit | 408611b21c4a085477acdc41fdc75e94e86a9504 (patch) | |
tree | 4edc76043714a3765cc030f9504d1a8536cd8e29 /house.py | |
parent | a11c3f21f713e2c9aaf26f50b9cb2452c3610aa9 (diff) |
wip scripts
Diffstat (limited to 'house.py')
-rwxr-xr-x | house.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/house.py b/house.py new file mode 100755 index 0000000..a35a33b --- /dev/null +++ b/house.py @@ -0,0 +1,6 @@ +#! /usr/bin/env nix-shell +#! nix-shell -i python3 -p "python36.withPackages(ps: [ps.python3-phue-1.1])" + +from phue import Bridge + +print("ok") |