A clone of code from Adafruit for the IO Home series.
To install on your system type the following into the command line:
git clone https://github.com/eironside/IO-House-Series.git
To edit, CD into one of the directories and nano the .py file. For example:
nano io_house_light_temp.py
To run CD into one of the directories and execute python on the .py file. For example:
sudo python3 io_house_light_temp.py
Reference the original project and code from here:
https://learn.adafruit.com/adafruit-io-house-lights-and-temperature
https://github.com/adafruit/Adafruit_Learning_System_Guides.git