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