Latest 2023.5.1 Homeassistant issue with Zwave JS UI

I am using Docker Container for Z-Wave JS UI image for rpi 64os.
In docker compose yaml I have the latest tag. However, this does not pull down the latest image v8.15.0
By doing following all working.
# image: zwavejs/zwave-js-ui:latest
image: zwavejs/zwave-js-ui:8.15.0
Problem appears the 8.15.0 version is tagged as Master in Docker Hub not latest. Homeassistant Zwave devices not working in 2023.5.1 without using Master or V8.15.0

See below link to Release Notes.
Look down page for Zwave.

1 Like

If you use the latest tag, you need to pull the image manually. docker compose pull