2019-09-30 08:45:54 ERROR (MainThread) [homeassistant.setup] Error during setup of component camera
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 168, in _async_setup_component
hass, processed_config
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 234, in async_setup
await prefs.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/camera/prefs.py", line 40, in async_initialize
prefs = await self._store.async_load()
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 98, in async_load
return await self._load_task
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 117, in _async_load
stored = data["data"]
KeyError: 'data'