Remove secrets

This commit is contained in:
2024-01-11 16:23:42 -05:00
parent 843e5c61bc
commit bacc7c1c67

View File

@@ -6,9 +6,9 @@
# If you put them in the code you risk committing that info or sharing it
secrets = {
'ssid' : 'Home',
'password' : '***REMOVED***',
'aio_username' : 'ckaczor',
'aio_key' : '***REMOVED***',
'ssid' : '',
'password' : '',
'aio_username' : '',
'aio_key' : '',
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
}