Broken after upgrading to Home Assistant 0.70.1

Hi guys,

just updated my home assistant to 0.70.1 (installed on a rasphberry pi3).

Before it worked like a charm but after upgrading I got the following error message:
invalid config
The following components and platforms could not be set up:
group
script
automation

and further more

Am I the only one with the problem that the upgrade crashed everything?

This is how my log looks like (too much lines…just showing the first ones):

2018-06-03 12:26:40 ERROR (MainThread) [homeassistant.setup] Error during setup of component group
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/setup.py”, line 143, in _async_setup_component
hass, processed_config)
File “/usr/lib/python3.6/site-packages/homeassistant/components/group/init.py”, line 253, in async_setup
await _async_process_config(hass, config, component)
File “/usr/lib/python3.6/site-packages/homeassistant/components/group/init.py”, line 382, in _async_process_config
control=control, object_id=object_id)
File “/usr/lib/python3.6/site-packages/homeassistant/components/group/init.py”, line 448, in async_create_group
await component.async_add_entities([group], True)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 212, in async_add_entities
registry = await async_get_registry(hass)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_registry.py”, line 225, in async_get_registry
await registry.async_ensure_loaded()
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_registry.py”, line 169, in async_ensure_loaded
await self._load_task
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_registry.py”, line 182, in _async_load
unique_id=info[‘unique_id’],
KeyError: ‘unique_id’
2018-06-03 12:26:40 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of script. Setup failed for dependencies: group
2018-06-03 12:26:40 ERROR (MainThread) [homeassistant.setup] Setup failed for script: Could not setup all dependencies.
2018-06-03 12:26:40 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of automation. Setup failed for dependencies: group
2018-06-03 12:26:40 ERROR (MainThread) [homeassistant.setup] Setup failed for automation: Could not setup all dependencies.
2018-06-03 12:26:40 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of device_tracker. Setup failed for dependencies: group
2018-06-03 12:26:40 ERROR (MainThread) [homeassistant.setup] Setup failed for device_tracker: Could not setup all dependencies.
2018-06-03 12:26:50 WARNING (MainThread) [homeassistant.setup] Setup of config is taking over 10 seconds.
2018-06-03 12:26:50 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of light. Setup failed for dependencies: group
2018-06-03 12:26:50 ERROR (MainThread) [homeassistant.setup] Setup failed for light: Could not setup all dependencies.

Whatever the problem was…after the 3rd restart it now works again…very mysterious

Thread can be closed/deleted