Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the 'wud' prefix for Home Assistant #486

Open
deanpribetic opened this issue Nov 14, 2024 · 1 comment
Open

Remove the 'wud' prefix for Home Assistant #486

deanpribetic opened this issue Nov 14, 2024 · 1 comment
Assignees

Comments

@deanpribetic
Copy link

deanpribetic commented Nov 14, 2024

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 fmartinou self-assigned this Nov 22, 2024
@fmartinou
Copy link
Collaborator

fmartinou commented Nov 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants