Firmware upgrade notification (At least) for Tasmota Integration

Hello All,

Could be possible to include Tasmota Integration under the “Update” feature of Home Assistant?

Would be lovely to receive a notification if there is a newer firmware available for the Tasmota device discovered in your environment.

Obviously, the capability to perform the upgrade from the HA itself would be perfect but maybe a notification as a first step could be awesome.

Thank you in advance.

Never read the Tasmota documentation? It clearly states: if it ain’t broken, don’t update.
That is probably the reason the Tasmota integration never implemented an update sensor.

First of all, show respect, like I am doing in my response.

I have read the documentation many times and I agree with you, do not upgrade if works, but can you tell me where in my request I have said autoupdate? I’ve said, only a notification of a newer firmware when available and if they want, then in a future maybe include the upgrade from HA if possible.

You never know, you might be waiting for a new version due to a bug or a new feature or sensor supported… who knows.

sensor:
  - platform: rest
    scan_interval: 43200
    name: Tasmota - newest version
    resource: https://api.github.com/repos/arendst/Sonoff-Tasmota/releases/latest
    value_template: '{{ value_json.tag_name }}'
    headers:
      Accept: application/vnd.github.v3+json
      Content-Type: application/json
      User-Agent: Home Assistant REST sensor

Check 2 times a day otherwise your IP get’s blacklisted

Recognition
https://community.home-assistant.io/t/tasmota-version-mqtt-topic/73034/4

1 Like

Did not mean any disrespect, sorry if it came over like that.

1 Like