I see that wink service definitions were moved. I’m assuming that is what caused the problem. Logs are showing a failure to start the service. I set up wink so long ago, I’m not even sure what I did. I don’t see wink in the integrations. Do I need to delete wink and start over. I’m not really sure where to change service definitions after reading the change summary.
Since I don’t post that often…thanks for all those that work on Home Assistant. It has been a fun couple of years keeping up with this very active development.
Here is the log. Wink did load at least once with 0.103.6 so it is not a breaking change issue. I have some sort of other problem.
2020-01-12 09:47:47 ERROR (MainThread) [homeassistant.loader] Error loading custom_components.websocket_api. Make sure all dependencies are installed
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 346, in _load_file
module = importlib.import_module(path)
File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/config/custom_components/__init__.py", line 8, in <module>
from aiogithubapi import AIOGitHub
ModuleNotFoundError: No module named 'aiogithubapi'