Hello - I wanted to test out the dev build, so I updated my docker compose to the dev flag. After kicking the tires for a few minutes, I wanted to go back to the latest build, but now HA won’t launch after reverting back. Can someone see what the issue is?
Is there a specific process I should’ve followed to “clean” my docker config directory for HA to revert back successfully?
2020-05-13 16:56:16 INFO (MainThread) [homeassistant.setup] Setup of domain persistent_notification took 0.0 seconds.
Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/src/homeassistant/homeassistant/__main__.py", line 355, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 347, in main
exit_code = asyncio.run(setup_and_run_hass(config_dir, args), debug=args.debug)
File "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.7/asyncio/base_events.py", line 587, in run_until_complete
return future.result()
File "/usr/src/homeassistant/homeassistant/__main__.py", line 253, in setup_and_run_hass
safe_mode=args.safe_mode,
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 94, in async_setup_hass
await async_from_config_dict(config_dict, hass) is not None
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 168, in async_from_config_dict
await conf_util.async_process_ha_core_config(hass, core_config)
File "/usr/src/homeassistant/homeassistant/config.py", line 468, in async_process_ha_core_config
await hass.config.async_load()
File "/usr/src/homeassistant/homeassistant/core.py", line 1443, in async_load
self._update(source=SOURCE_STORAGE, **data)
TypeError: _update() got an unexpected keyword argument 'external_url'