We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
fmartinou
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: