Skip to content

release v1.9.0

Choose a tag to compare

@KriVaTri KriVaTri released this 15 May 15:10
f3a4c10

New

  • Control over project version auto-install: the automatic behavior is now user-controlled
  • Scope dropdown: choose what auto install handles: Firmware only, Project only, or Firmware + Project
  • Refresh button ↻: manually trigger a re-check of project versions, dashboards, and pending devices without waiting for the next poll cycle
  • Refresh service: esphome_update_manager.refresh_project_versions for use in automations (e.g. periodic checks)
  • See https://github.com/KriVaTri/ESPHome-Update-Manager#project-version-auto-install for more details

Improvements

  • Flexible text sizing for add-on bars: now adapt to the available width
  • Tooltip behavior: tooltips now hide on tap as well (previously only on scroll)
  • Tooltip theming: tooltips now respect the active theme
  • Log files: cleaner version display (removed timestamp from version)
  • Other: more frontend fine tuning