Install IHC on Home Assistant (noob question)

How to install https://www.home-assistant.io/integrations/ihc/ ?

I reckon that you must install through Github as local push. But I don’t know how to do the local push install :rofl:

My scenario is Raspbery Pi4, docker installation of HA.

This integration is part of you installation, you just have to enabled it :smile:

You just need to add this to your configuration.yaml file. This can be find in the config folder.

ihc:
  - url: 'http://192.168.X.X'  IP OF THE IHC CONTROLLER
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

After that, restart your installation and then your IHC devices should show up in Home Assistant. :smile:

because it was not in the “integrations” GUI, I thought it was no installed :rofl:

I told you it was a noob question ahaha

Totally okay, we all start at that level :rofl:

Unfortunately many integration have not (yet) been updated to work with UI and some probably never will.

But please mark my answer as the solution so other newbies can see it :smile: