With the news of Weather Underground API access being scuttled those of us that use WU to get weather information to Home Assistant from our own personal weather stations will be in dire need of a alternative come 2019.
While WU states they are going to have an API available for PWS owners we have no idea when this is going to happen.
Seeing these errors in 89.1, hassOS 2.10. f0d5491eaeda is the configures Ambient Weather Station.
2019-03-12 13:41:09 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry f0d5491eaeda for binary_sensor
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/config_entries.py", line 283, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/binary_sensor/__init__.py", line 63, in async_setup_entry
return await hass.data[DOMAIN].async_setup_entry(entry)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 135, in async_setup_entry
raise ValueError('Config entry has already been setup!')
ValueError: Config entry has already been setup!
2019-03-12 13:41:09 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry f0d5491eaeda for sensor
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/config_entries.py", line 283, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/sensor/__init__.py", line 50, in async_setup_entry
return await hass.data[DOMAIN].async_setup_entry(entry)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 135, in async_setup_entry
raise ValueError('Config entry has already been setup!')
ValueError: Config entry has already been setup!