What is the best way to keep up with esphome releases?

I only knew about 1.12.1 by seeing a post that said it fixed something that broke in 1.12.0.

Is there an easy way to keep up? A popup in the gui might be a good addition?

I see the updates in hass.io, I have it set to auto update

Thanks, I don’t use hassio. On a docker setup for esphome. (Should have mentioned that!)

you can create a sensor like this

  # Latest ESPHome firmware version
  - platform: command_line
    name: Latest Version
    command: "curl -s https://github.com/esphome/esphome/releases/latest | cut -d'\"' -f2 | rev | cut -d'/' -f1 | rev"
    scan_interval: 86400

image

1 Like

Create a github account (if that does not exist already) and click watch releases on the esphome github page.