Open deanpribetic opened 1 week ago
I am connecting wud to Home Assistant via MQTT and whenever the entities display they have 'wud' prepended to the name…
I don't have anything special going on with the config…
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?
Hi,
I suppose it's caused by
Migrating from single componentto device-based discovery may improve the situation:
single component
device-based discovery
See https://www.home-assistant.io/integrations/mqtt/#migration-from-single-component-to-device-based-discovery
I am connecting wud to Home Assistant via MQTT and whenever the entities display they have 'wud' prepended to the name…
I don't have anything special going on with the config…
and in the Uptime Kuma docker-compose…
is there a way I can remove that 'wud' prefix from the entity name?