initial commit
This commit is contained in:
commit
8421f2bac5
8 changed files with 358 additions and 0 deletions
6
secrets.py.example
Normal file
6
secrets.py.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
secrets = {
|
||||
'ssid': 'mySSID',
|
||||
'password': 'myPassword',
|
||||
'timezone': 'Europe/Berlin',
|
||||
'influx_endpoint': 'http://example.com:8086/write?db=example_db'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue