Custom_updater not working .90.0 hassio

Just thought i’d give this a try since this custom component seems awesome, only two steps, but im getting an error, i downloaded the zip from github and copied the file to my \custom_components folder, i did this as well Add this to your configuration.yaml custom_updater:

I am getting this error

Error during setup of component custom_updater
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 151, in _async_setup_component
    hass, processed_config)
  File "/config/custom_components/custom_updater.py", line 80, in async_setup
    hass, conf_hide_sensor, conf_card_urls, conf_mode)
  File "/config/custom_components/custom_updater.py", line 149, in __init__
    from pyupdate.ha_custom.custom_cards import CustomCards as Cards
ModuleNotFoundError: No module named 'pyupdate'

should i open an issue on github?

1 Like