I get the following error when I try to add the Ambient weather integration:
2019-02-20 19:00:10 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry XXXXXXXX for ambient_station
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/config_entries.py", line 260, in async_setup
result = await component.async_setup_entry(hass, self)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/ambient_station/__init__.py", line 266, in async_setup_entry
hass.data[DOMAIN][DATA_CONFIG].get(CONF_MONITORED_CONDITIONS, []))
KeyError: 'config'