I have had a related issue with hometracks via http: stopping working on upgrade from HA.102.3 to .103.3
Initial report in log:
ERROR (MainThread) [homeassistant.setup] Setup failed for owntracks: Unable to import component
Sending message from device resulted in
WARNING (MainThread) [homeassistant.components.webhook] Received message for unregistered webhook xxx
even though webhook present in .storage/core.config_entries
Adding owntracks:
to configuration.yaml resulted in message
2019-12-22 12:29:28 ERROR (MainThread) [homeassistant.components.homeassistant] Component error: owntracks - /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.25’ not found (required by /srv/homeassistant/lib/python3.7/site-packages/nacl/_sodium.abi3.so)
Situation fixed by
`pip3 unistall pynacl`
`pip3 install --no-binary :all: pynacl`
arch |
armv7l |
dev |
false |
docker |
false |
hassio |
false |
os_name |
Linux |
python_version |
3.7.3 |
timezone |
Pacific/Auckland |
version |
0.103.3 |
virtualenv |
true |