init timezone to New_York?

pull/106/head
Jeff Culverhouse 11 months ago
parent 8fbcd3e316
commit dd728682d9

@ -16,7 +16,7 @@ from zoneinfo import ZoneInfo
is_exiting = False is_exiting = False
mqtt_client = None mqtt_client = None
config = { 'timezone': 'utc' } config = { 'timezone': 'America/New_York' }
devices = {} devices = {}
# Helper functions and callbacks # Helper functions and callbacks

Loading…
Cancel
Save