Added docstring with link to repo
This commit is contained in:
parent
888ce3dea6
commit
d2cc611f14
2 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
"""
|
||||||
|
Proof of concept configurator for Home Assistant.
|
||||||
|
https://github.com/danielperna84/hass-poc-configurator
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
"""
|
||||||
|
Proof of concept configurator for Home Assistant.
|
||||||
|
https://github.com/danielperna84/hass-poc-configurator
|
||||||
|
"""
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue