I’m using hass.io. In the config/www folder, I added custom_updater.py In the configuration.yaml file, I added the line: custom_updater:
Configuration / General / Check config: gives an error: “Component not found: custom_updater” The Wiki said to expect that. However, when I click restart under server management, it doesn’t do anything. I’ve also rebooted the server and the error persists.
Is HASS failing to load my configuration? At what point should the error go away?
Also, I previously had custom_updater.py in a different location, but deleted that and moved it to config/www. Could that be the problem?