-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support for update entities in Home Assistant introduced in 2022.4 #263
Comments
ESP32 version of the firmware can self update. If anyone can provide the necessary JSON to publish on MQTT, I can implement the changes. |
Is the same functionality planned for ESP8266? Although I am more than happy with the current approach. |
Yes, but I've had some issues getting it to work properly. I have not given up though. |
Please make the auto updating optional and not forced when implemented, it can surely be the default but if running snapshots or modified versions forced updates is undesirable. Same goes for updates that might break some configuration. |
I cannot find any specific examples on how this should be published on MQTT. If someone can reference a proper example, I will look into this. |
Thank you, I will have a look! |
There are examples here: https://www.home-assistant.io/integrations/update.mqtt/ |
As a person that rarely visits the AMS interface, but instead pulls the data into my Home Assistant instance through MQTT, I might miss important updates.
From version 2022.4, Home Assistant will support update entities.
This could allow the visibility within Home Assistant, if an update is available.
In addition, and IF(!) AMS will support 1-click-to-update (rather than uploading a downloaded firmware and installing), you would be able to initiate the update from Home Assistant.
The text was updated successfully, but these errors were encountered: