This integration grabs info from a What's up Docker instance using the Rest API, creating a sensor per container indicating if there are updates available. It will also assign all sensors from the same instance to the a device, making it easier to manage if you have multiple instances of What's up Docker
Installation is done like any other Home Assistant HACS integration.
In order to setup this integration you will need:
- A Home Assistant instance with HACS installed.
- An instance of What's up Docker
Search for "What's up Docker Updates Monitor" in the HACS store. If you don't see it there, you can add this repository url as a HACS custom repository.
After installation, setup the integration via the web UI like any other integration. When prompted, provide the following:
- Host: Your What's up Docker IP Address or hostname
- Port: the port for the Web UI of What's up Docker
- Instance_Name: This will be the "device" all sensors get associated to
If you are having issues connecting, make sure you can successfully connect to http://<wud_host>:3000/api/containers
. This should retrive a JSON with all your monitored containers info.
Contributions are welcome!