Skip to content

Commit

Permalink
add missing time import; add note on how to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-burke committed Jul 22, 2018
1 parent f5830a5 commit 28eab4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lights-auto.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import requests
import json
import time
import datetime
import pickle
import win32api
Expand All @@ -13,6 +14,9 @@

# Make sure PROCESS_DIR is created before running this.

# Use task scheduler and run with, e.g.,
# C:\Users\me\Anaconda3\python.exe "C:\Users\me\Documents\homeassistant\lights-auto.py"

# TODO:
# write tests/debugging output

Expand Down

0 comments on commit 28eab4b

Please sign in to comment.