Upgraded from 0.77.3 to 0.78.1 and during start, I notice this in my logs:
TypeError: get_all_addresses() missing 1 required positional argument: 'address_family',
File "/usr/local/lib/python3.6/site-packages/netdisco/ssdp.py", line 225, in scan,
for addr in zeroconf.get_all_addresses():,
File "/usr/local/lib/python3.6/site-packages/netdisco/ssdp.py", line 89, in update,
entry for entry in scan(),
self.update(),
File "/usr/local/lib/python3.6/site-packages/netdisco/ssdp.py", line 41, in scan,
self.ssdp.scan(),
File "/usr/local/lib/python3.6/site-packages/netdisco/discovery.py", line 57, in scan,
netdisco.scan(),
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/discovery.py", line 194, in _discover,
result = self.fn(*self.args, **self.kwargs),
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run,
results = await hass.async_add_job(_discover, netdisco),
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/discovery.py", line 168, in scan_devices,
Traceback (most recent call last):,
2018-09-20 20:40:58 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
I’ve also noticed Home Assistant is no longer seeing my Harmony Hub because when I try to run a switch I have setup to turn on/off activities, it does not work and this is showing up in the logs:
2018-09-20 22:35:16 WARNING (MainThread) [homeassistant.core] Unable to find service remote/turn_off,
2018-09-20 22:35:33 WARNING (MainThread) [homeassistant.core] Unable to find service remote/turn_off,
2018-09-20 22:35:48 WARNING (MainThread) [homeassistant.core] Unable to find service remote/turn_off,
2018-09-20 22:36:17 WARNING (MainThread) [homeassistant.core] Unable to find service remote/turn_on
I didn’t change anything in my configuration.yaml after upgrading. This is running on Home Assistant installed inside a container (Docker).
Edit: Looks like it might be related to this issue.