Could you explain that process? Through Hacs and the Config Flow I donāt see the option. I am guessing I will need to set up the second account through YAML?
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/gdacs/__init__.py", line 165, in async_update
await self._feed_manager.update()
File "/usr/local/lib/python3.7/site-packages/aio_georss_client/feed_manager.py", line 46, in update
status, feed_entries = await self._feed.update()
File "/usr/local/lib/python3.7/site-packages/aio_georss_client/feed.py", line 64, in update
status, rss_data = await self._fetch()
File "/usr/local/lib/python3.7/site-packages/aio_georss_client/feed.py", line 104, in _fetch
feed_data = parser.parse(text)
File "/usr/local/lib/python3.7/site-packages/aio_georss_client/xml_parser/__init__.py", line 85, in parse
postprocessor=XmlParser.postprocessor)
File "/usr/local/lib/python3.7/site-packages/xmltodict.py", line 173, in parse
handler = _DictSAXHandler(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'process_namespaces'
Hey all I havenāt been getting the images from USPS by that I mean the mail_today.gif isnāt being generated and when I went looking I found this error. Not 100% certain its related to this component but it seems like it is. If it is can anyone tell me what Iām looking at? Currently on 0.1.5 if that matters.
Hello, thanks for all the great work on this component. I been using for a while. I am trying to migrate from the old way and to install via HACS. I removed all traces of the previous install, as far as I can tell. I have added the repo to HACS and and installed the component. I am unable to get it to show up in the list of integrations to add so that I can go through the config flow. HACS seems to think it is installed. I have looked through core config files and do not see any reference to the old sensors. I have tried all sorts of restarts/reinstalls and I just canāt seem to find the trick. Any help would be appreciated.