0.88: Persons, Command line auth and event subscriptions

Hi,

I have notice ENIGMA stopped working. I have custom_components\media_player\enigma.py with latest version. The error log looks like this:

Blockquote rror loading custom_components.media_player.enigma. Make sure all dependencies are installed

Traceback (most recent call last): File “/usr/src/app/homeassistant/loader.py”, line 147, 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 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/media_player/enigma.py”, line 26, in <module> from custom_components.enigma import _LOGGER, DOMAIN as ENIGMA_DOMAIN ModuleNotFoundError: No module named ‘custom_components.enigma’

Service homeassistant/restart called.

Blockquote