Custom_components not working

I just installed hass.io on my raspberry pi 3. It seems to works great, apart from that custom_components folder doesn’t seem to update in the UI. I’ve restarted hass and rpi several times to no avail

I put zha_new/ (and devices/) and hacs/ in /config/custom_components but they don’t show up in integrations. Actually put them in /usr/share/hassio/homeassistant/custom_components, but I do see them in /config/custom_components in docker.

Am I doing something wrong? Any reason why it wouldn’t register in config->integrations->add new?

Clear browser cache?

1 Like

Nope that’s not it. Did a hard refresh and nothing shows up.

When I add this to configuration.yaml

zha_new:
  usb_path: /dev/zigbee
  database_path: /config/zigbee.db

I get this in the logs (after a hass restart), but zha does not show up in integrations.

You are using a custom integration for zha_new which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.

And finally got this notification:

Invalid config

The following components and platforms could not be set up:

* [zha-new](https://home-assistant.io/integrations/zha_new/)

Please check your config.

Looks like it’s some issue with zha_new. HACS showed up after hass struggling with this for a while…