MQTT HA Discovery tweaks
See original GitHub issueHi,
From reading https://github.com/Hypfer/Valetudo/issues/337#issuecomment-555672615 and https://github.com/Hypfer/Valetudo/issues/337#issuecomment-560081105, I’d like to ask if it would be possible for Valetudo to:
- Add the option to publish retained discovery messages, so HA’s MQTT Discovery will work across reboots
- Add a
unique_id
so HA’s entity setup can persist itself.
It’s possible only one of the two options are needed, but “why not both” 😃
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Setting up MQTT with Auto-Discovery on Home Assistant ...
This is the Home Assistant side that interacts with your MQTT broker. It picks up sensor data & forwards signals to the MQTT...
Read more >MQTT Discovery with ESPEasy firmware? - Configuration
I'd like to take that opportunity to implement the autodiscovery for MQTT. I used in past the Mosquitto MQTT and plan to reinstall...
Read more >MQTT discovery automatic configuration · Issue #128 - GitHub
Home Assistant has the MQTT discovery component that is able to automatically discover devices and correctly configure them in Home ...
Read more >Home Assistant – getting started and using MQTT sensors
I don't want to integrate HA with these right now, so I have turned off discovery in the configuration.yaml file by commenting out...
Read more >MQTT Discovery with a NodeMCU and Home Assistant
MQTT Discovery is essentially a way to tell your MQTT broker, Mosquitto running inside of Home Assistant in this case, which topics it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is in fact already included in master since e6fa41f
I got sidetracked from this. I’m not sure, now, why I saw what I saw. But it works now - so maybe it was old data. In any case. Great work - turns out all my qualms were already handled 😃.