summaryrefslogtreecommitdiff
path: root/house.py
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-10 09:41:25 -0700
committerBen Sima <ben@bsima.me>2019-04-10 09:41:25 -0700
commit408611b21c4a085477acdc41fdc75e94e86a9504 (patch)
tree4edc76043714a3765cc030f9504d1a8536cd8e29 /house.py
parenta11c3f21f713e2c9aaf26f50b9cb2452c3610aa9 (diff)
wip scripts
Diffstat (limited to 'house.py')
-rwxr-xr-xhouse.py6
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")