initial commit

This commit is contained in:
David Kilias 2021-02-04 21:25:36 +01:00
commit 8421f2bac5
8 changed files with 358 additions and 0 deletions

6
secrets.py.example Normal file
View file

@ -0,0 +1,6 @@
secrets = {
'ssid': 'mySSID',
'password': 'myPassword',
'timezone': 'Europe/Berlin',
'influx_endpoint': 'http://example.com:8086/write?db=example_db'
}