dawidchyrzynski / arduino-home-assistant

ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
https://dawidchyrzynski.github.io/arduino-home-assistant/
GNU Affero General Public License v3.0
498 stars 118 forks source link

[Feature Request] Add configuration_url to Device configuration #182

Closed MrRodz closed 8 months ago

MrRodz commented 1 year ago

Hi Would it be possible to add configuration_url to the Device configuration section to allow the visit button on home assistant. Thanks

erkr commented 10 months ago

Yes please, I want to link the site with firmware updates 😊

One note: before adding the URL, optimise the publishConfig() first. Now every device will publish the full device context. That is only needed for one device. All others only need to include the identifier. That will reduce the overall config payload, especially when adding an URL.

dawidchyrzynski commented 8 months ago

220