0.101: Airly, Apprise, Sinch, Solar-Log, Microsoft Teams

I get this in the config checker:

WARNING: You are using pip version 19.2.2, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

I’m running Ubuntu 18.04 on a NUC. Do I execute the above command in the homeassistant container or at the OS level?

Failed config
  General Errors: 
    - Component error: logbook - No module named 'sqlalchemy'
    - Component error: mobile_app - No module named 'hass_nabucasa'

It’s a bug in our check config script, should be fixed in 101.1.

1 Like

Startup errors…part-1

Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 INFO (MainThread) [homeassistant.setup] Setup of domain config took 3.5 seconds.
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component tuya
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 171, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     component.setup, hass, processed_config  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component group
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/group/__init__.py", line 216, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_process_config(hass, config, component)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/group/__init__.py", line 373, in _async_process_config
Oct 31 10:38:33 raspberrypi hass[2030]:     mode=mode,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/group/__init__.py", line 488, in async_create_group
Oct 31 10:38:33 raspberrypi hass[2030]:     await component.async_add_entities([group], True)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
Oct 31 10:38:33 raspberrypi hass[2030]:     await asyncio.wait(tasks)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/tasks.py", line 363, in wait
Oct 31 10:38:33 raspberrypi hass[2030]:     return await _wait(fs, timeout, return_when, loop)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/tasks.py", line 456, in _wait
Oct 31 10:38:33 raspberrypi hass[2030]:     await waiter
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 INFO (SyncWorker_5) [homeassistant.loader] Loaded calendar from homeassistant.components.calendar
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component alarm_control_panel
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/alarm_control_panel/__init__.py", line 46, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     await component.async_setup(config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 121, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     await asyncio.wait(tasks)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/tasks.py", line 363, in wait
Oct 31 10:38:33 raspberrypi hass[2030]:     return await _wait(fs, timeout, return_when, loop)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/tasks.py", line 456, in _wait
Oct 31 10:38:33 raspberrypi hass[2030]:     await waiter
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component nissan_leaf
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 171, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     component.setup, hass, processed_config  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component tts
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/tts/__init__.py", line 113, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     await tts.async_init_cache(use_cache, cache_dir, time_memory, base_url)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/tts/__init__.py", line 227, in async_init_cache
Oct 31 10:38:33 raspberrypi hass[2030]:     init_tts_cache_dir, cache_dir
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component google
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 171, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     component.setup, hass, processed_config  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.components.alarm_control_panel] Error while setting up platform manual
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/tasks.py", line 409, in wait_for
Oct 31 10:38:33 raspberrypi hass[2030]:     await waiter
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component person
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/person/__init__.py", line 283, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     await manager.async_initialize()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/person/__init__.py", line 178, in async_initialize
Oct 31 10:38:33 raspberrypi hass[2030]:     await self.component.async_add_entities(entities)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 252, in async_add_entities
Oct 31 10:38:33 raspberrypi hass[2030]:     await asyncio.wait(tasks)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/tasks.py", line 363, in wait
Oct 31 10:38:33 raspberrypi hass[2030]:     return await _wait(fs, timeout, return_when, loop)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/tasks.py", line 456, in _wait
Oct 31 10:38:33 raspberrypi hass[2030]:     await waiter
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Google Cast for cast
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config_entries.py", line 190, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, self
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cast/__init__.py", line 26, in async_setup_entry
Oct 31 10:38:33 raspberrypi hass[2030]:     await home_assistant_cast.async_setup_ha_cast(hass, entry)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cast/home_assistant_cast.py", line 26, in async_setup_ha_cast
Oct 31 10:38:33 raspberrypi hass[2030]:     user = await hass.auth.async_get_user(user_id)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 123, in async_get_user
Oct 31 10:38:33 raspberrypi hass[2030]:     return await self._store.async_get_user(user_id)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 72, in async_get_user
Oct 31 10:38:33 raspberrypi hass[2030]:     await self._async_load()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 289, in _async_load
Oct 31 10:38:33 raspberrypi hass[2030]:     await self._async_load_task()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 296, in _async_load_task
Oct 31 10:38:33 raspberrypi hass[2030]:     self._store.async_load(),
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 INFO (MainThread) [homeassistant.components.climate] Setting up climate.tesla
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component cloud
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/__init__.py", line 184, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     await prefs.async_initialize()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/prefs.py", line 47, in async_initialize
Oct 31 10:38:33 raspberrypi hass[2030]:     prefs = await self._store.async_load()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/storage.py", line 99, in async_load
Oct 31 10:38:33 raspberrypi hass[2030]:     return await self._load_task
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component onboarding
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:33 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:33 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:33 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:33 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:33 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from env_canada import ECData
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/__init__.py", line 2, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     from .ec_radar import *
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/env_canada/ec_radar.py", line 20, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     root = et.fromstring(xml_string)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XML
Oct 31 10:38:33 raspberrypi hass[2030]:     parser.feed(text)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "<string>", line None
Oct 31 10:38:33 raspberrypi hass[2030]: xml.etree.ElementTree.ParseError: mismatched tag: line 23, column 8
Oct 31 10:38:33 raspberrypi hass[2030]: During handling of the above exception, another exception occurred:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
Oct 31 10:38:33 raspberrypi hass[2030]:     hass, processed_config
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/onboarding/__init__.py", line 43, in async_setup
Oct 31 10:38:33 raspberrypi hass[2030]:     data = await store.async_load()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/storage.py", line 99, in async_load
Oct 31 10:38:33 raspberrypi hass[2030]:     return await self._load_task
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]: Config directory: /home/homeassistant/.homeassistant
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/bin/hass", line 8, in <module>
Oct 31 10:38:33 raspberrypi hass[2030]:     sys.exit(main())
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 399, in main
Oct 31 10:38:33 raspberrypi hass[2030]: Exception in thread Thread-1:
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
Oct 31 10:38:33 raspberrypi hass[2030]:     self.run()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/threading.py", line 865, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     self._target(*self._args, **self._kwargs)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/util/logging.py", line 85, in _process
Oct 31 10:38:33 raspberrypi hass[2030]:     self._queue.get(), self.loop
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/concurrent/futures/_base.py", line 430, in result
Oct 31 10:38:33 raspberrypi hass[2030]:     raise CancelledError()
Oct 31 10:38:33 raspberrypi hass[2030]: concurrent.futures._base.CancelledError
Oct 31 10:38:33 raspberrypi hass[2030]:     exit_code = asyncio_run(setup_and_run_hass(config_dir, args))
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
Oct 31 10:38:33 raspberrypi hass[2030]:     return loop.run_until_complete(main)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
Oct 31 10:38:33 raspberrypi hass[2030]:     return future.result()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 302, in setup_and_run_hass
Oct 31 10:38:33 raspberrypi hass[2030]:     log_no_color=args.log_no_color,
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 146, in async_from_config_file
Oct 31 10:38:33 raspberrypi hass[2030]: 2019-10-31 10:38:33 ERROR (SyncWorker_12) [concurrent.futures] exception calling callback for <Future at 0x688ff0d0 state=finished returned NoneType>
Oct 31 10:38:33 raspberrypi hass[2030]: Traceback (most recent call last):
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
Oct 31 10:38:33 raspberrypi hass[2030]:     callback(self)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/futures.py", line 362, in _call_set_state
Oct 31 10:38:33 raspberrypi hass[2030]:     dest_loop.call_soon_threadsafe(_set_state, destination, source)
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 733, in call_soon_threadsafe
Oct 31 10:38:33 raspberrypi hass[2030]:     self._check_closed()
Oct 31 10:38:33 raspberrypi hass[2030]:   File "/usr/lib/python3.7/asyncio/base_events.py", line 480, in _check_closed
Oct 31 10:38:33 raspberrypi hass[2030]:     raise RuntimeError('Event loop is closed')
Oct 31 10:38:33 raspberrypi hass[2030]: RuntimeError: Event loop is closed
Oct 31 10:38:37 raspberrypi hass[2030]:     config_dict, hass, enable_log=False, skip_pip=skip_pip
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 91, in async_from_config_dict
Oct 31 10:38:37 raspberrypi hass[2030]:     await _async_set_up_integrations(hass, config)
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 372, in _async_set_up_integrations
Oct 31 10:38:37 raspberrypi hass[2030]:     *(async_setup_component(hass, domain, config) for domain in domains_to_load)
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 51, in async_setup_component
Oct 31 10:38:37 raspberrypi hass[2030]:     return await task  # type: ignore
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 136, in _async_setup_component
Oct 31 10:38:37 raspberrypi hass[2030]:     hass, config, integration
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 755, in async_process_component_config
Oct 31 10:38:37 raspberrypi hass[2030]:     platform = p_integration.get_platform(domain)
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/loader.py", line 232, in get_platform
Oct 31 10:38:37 raspberrypi hass[2030]:     f"{self.pkg_path}.{platform_name}"
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
Oct 31 10:38:37 raspberrypi hass[2030]:     return _bootstrap._gcd_import(name[level:], package, level)
Oct 31 10:38:37 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
Oct 31 10:38:37 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 983, in _find_and_load
Oct 31 10:38:37 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
Oct 31 10:38:37 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
Oct 31 10:38:37 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap_external>", line 728, in exec_module
Oct 31 10:38:37 raspberrypi hass[2030]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
Oct 31 10:38:37 raspberrypi hass[2030]:   File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/environment_canada/weather.py", line 11, in <module>
Oct 31 10:38:37 raspberrypi hass[2030]:     from env_canada import ECData

A lot of (on docker):

2019-10-31T18:37:52.371121935Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mqtt. Setup failed for dependencies: http
2019-10-31T18:37:52.372036856Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform mqtt.light: Could not set up all dependencies.
2019-10-31T18:37:52.373234053Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mqtt. Setup failed for dependencies: http
2019-10-31T18:37:52.374293110Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform mqtt.light: Could not set up all dependencies.
2019-10-31T18:37:52.375355484Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mqtt. Setup failed for dependencies: http
2019-10-31T18:37:52.376359277Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform mqtt.light: Could not set up all dependencies.
2019-10-31T18:37:52.377361495Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mqtt. Setup failed for dependencies: http
2019-10-31T18:37:52.377848483Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform mqtt.light: Could not set up all dependencies.
2019-10-31T18:37:52.386326242Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mqtt. Setup failed for dependencies: http
2019-10-31T18:37:52.387632462Z 2019-10-31 19:37:52 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform mqtt.light: Could not set up all dependencies.

I rolled back and I runs again. Cant see I have any breaking changes or anything

I just upgraded my python to 3.8.0, and then did a fresh install of home assistant in venv and get:

File "/opt/homeassistant/venv_3.8/lib/python3.8/site-packages/homeassistant/components/frontend/__init__.py", line 10, in <module>
    import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'

looking at ./site-packages, the directory hass_frontend/ is missing

[EDIT] in the meantime, I solved this doing pip install home-assistant-frontend

I agree. It makes more sense that the remotes are represented as battery entities.

However, after the upgrade I can no longer find information about the battery levels of Fyrtur blinds. I mean the rechargeable batteries which are used to operate the blinds. The sensors for these are not available anymore.

But Fyrtur blinds are now showing their position correctly, that’s great.

You Sir are correct. I didn’t realize that but what has happened under 0.101.0 is that the existing tokens if embedded in devices no longer work after the tokens refresh but they used to under 0.100.3.

Now, that you have deprecated python3.6, do I need to completely reinstall HA instead of upgrading?

I installed it using the venv method (https://www.home-assistant.io/docs/installation/raspberry-pi/) on a Ubuntu Bionic server, which has a default python3.6 interpreter (https://packages.ubuntu.com/bionic/python3)

Yes!

You need to install python3.7 manually, or from a ppa. For example:

There are enough tutorials available.

Then you can follow the steps for the venv method you posted, but instead of python3 use python3.7 for the commands in the tutorial.

If the venv is activated (Search the quoted part in the tutorial)

Once you have activated the virtual environment (notice the prompt change) you will need to run the following command to install a required python package.

you can proceed with the tutorial as is.

After looking at the breaking change to Abode further, it appears that this update breaks abode sensors that read temperature, humidity and light. While this is one physical device, it would show up as three different entities (sensors) in prior versions. Looking at the PR for this, I see a comment that “The entity registry unique ID is based on device_id from Abode (no devices in Abode should ever have the same device_id).” which makes me wonder if this unique case of a three function sensor was not tested. @shred, it looks like you drove these changes, do you have any ideas on how to resolve? I’m happy to help with any information.

i cannot get my home assistant to update it keeps rolling back to 100.3 ive moved frontend under homeassistant in config and also removed my api stuff but it just wont update

after updating, I can no longer access web UI, logs show that unifi is having lots of errors…

What was the command to rollback to a previous version in hass.io?

Frontend doesn’t start on either 0.101.0 or 0.101.1 with my configuration… errors in the log:
Unable to set up dependencies of frontend. Setup failed for dependencies: api, auth, http, onboarding, system_log, websocket_api

Works if I nuke my config completely, but I don’t know what part of my configuration is causing the problem…

Need to figure out how to rollback to 0.100.3… :frowning:

I just lost an evening due to config hell. I think it was due to having api_password: but just guessing. I removed half of the config just so I get a UI.

Problem new version (0.101.1).

2019-11-01 09:07:33 ERROR (MainThread) [homeassistant.components.telegram_bot] Error setting up platform polling
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 125, in __init__
    from telegram.vendor.ptb_urllib3.urllib3.contrib.socks import SOCKSProxyManager
  File "/usr/local/lib/python3.7/site-packages/telegram/vendor/ptb_urllib3/urllib3/contrib/socks.py", line 27, in <module>
    import socks
ModuleNotFoundError: No module named 'socks'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/__init__.py", line 302, in async_setup
    receiver_service = await platform.async_setup_platform(hass, p_config)
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/polling.py", line 18, in async_setup_platform
    bot = initialize_bot(config)
  File "/usr/src/homeassistant/homeassistant/components/telegram_bot/__init__.py", line 395, in initialize_bot
    con_pool_size=8, proxy_url=proxy_url, urllib3_proxy_kwargs=proxy_params
  File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 127, in __init__
    raise RuntimeError('PySocks is missing')
RuntimeError: PySocks is missing

So I had same problem, moved frontend: to below logging:, and deleted reference to api_password and all good.

see my reply to #jumpkick - just had to make 2 changes in configuration.yaml and fixed my upgrade issue

Deconz not finding the gateway in 0.101