Added docstring with link to repo

This commit is contained in:
Daniel 2017-01-25 23:22:35 +00:00
parent 888ce3dea6
commit d2cc611f14
2 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,8 @@
#!/usr/bin/python3
"""
Proof of concept configurator for Home Assistant.
https://github.com/danielperna84/hass-poc-configurator
"""
import os
import sys
import json

View file

@ -1,4 +1,8 @@
#!/usr/bin/python3
"""
Proof of concept configurator for Home Assistant.
https://github.com/danielperna84/hass-poc-configurator
"""
import os
import sys
import json