INFO Reading configuration...
ERROR Unexpected exception while reading configuration:
Traceback (most recent call last):
File "/usr/local/bin/esphome", line 11, in <module>
load_entry_point('esphome', 'console_scripts', 'esphome')()
File "/opt/esphome/esphome/__main__.py", line 483, in main
return run_esphome(sys.argv)
File "/opt/esphome/esphome/__main__.py", line 466, in run_esphome
config = read_config(args.verbose)
File "/opt/esphome/esphome/
config.py", line 803, in read_config
res = load_config()
File "/opt/esphome/esphome/
config.py", line 663, in load_config
return _load_config()
File "/opt/esphome/esphome/
config.py", line 651, in _load_config
result = validate_config(config)
File "/opt/esphome/esphome/
config.py", line 561, in validate_config
validated = comp.config_schema(input_conf)
File "/opt/esphome/esphome/voluptuous_schema.py", line 32, in
call res = super(_Schema, self).__call__(data)
File "/usr/local/lib/python2.7/dist-packages/voluptuous/schema_builder.py", line 267, in
call return self._compiled([], data)
File "/usr/local/lib/python2.7/dist-packages/voluptuous/schema_builder.py", line 589, in validate_dict
return base_validate(path, iteritems(data), out)
File "/opt/esphome/esphome/voluptuous_schema.py", line 106, in validate_mapping
key_value_map[key.schema] = key.default()
File "/opt/esphome/esphome/components/time/__init__.py", line 112, in detect_tz
return convert_tz(tz)
File "/opt/esphome/esphome/components/time/__init__.py", line 87, in convert_tz
utcoffset_on, _, tzname_on = transition_info[idx1]
IndexError: list index out of range