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 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?
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
Create a github account (if that does not exist already) and click watch releases on the esphome github page.