diff --git a/PyPortal_Smart_Switch/secrets.py b/PyPortal_Smart_Switch/secrets.py index d8457c7e3..f8ebec2fc 100644 --- a/PyPortal_Smart_Switch/secrets.py +++ b/PyPortal_Smart_Switch/secrets.py @@ -5,7 +5,7 @@ secrets = { 'ssid' : 'CHANGE ME', 'password' : 'CHANGE ME', # leave blank or use timezone from # http://worldtimeapi.org/timezones - 'timezone' : '', + 'timezone' : '', 'aio_username' : 'CHANGE ME', 'aio_key' : 'CHANGE ME', }