getwud / wud

WUD (aka What's up Docker?) gets you notified when a new version of your Docker Container is available.
https://getwud.github.io/wud/
MIT License
1.27k stars 39 forks source link

Remove the 'wud' prefix for Home Assistant #486

Open deanpribetic opened 1 week ago

deanpribetic commented 1 week ago

I am connecting wud to Home Assistant via MQTT and whenever the entities display they have 'wud' prepended to the name…

CleanShot 2024-11-14 at 13 58 50

I don't have anything special going on with the config…

CleanShot 2024-11-14 at 14 04 01

and in the Uptime Kuma docker-compose…

---
version: "2.1"
services:
  uptime_kuma:
    image: louislam/uptime-kuma:1
    container_name: uptime_kuma
    volumes:
      - ./data:/app/data
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 3001:3001
    restart: always
    labels:
      - wud.display.name=Uptime Kuma
      - wud.display.icon=si:uptimekuma

is there a way I can remove that 'wud' prefix from the entity name?

fmartinou commented 8 hours ago

Hi,

I suppose it's caused by image

Migrating from single componentto device-based discovery may improve the situation:

See https://www.home-assistant.io/integrations/mqtt/#migration-from-single-component-to-device-based-discovery