Skip to content

Move to generic updates and handle gracefully fetching errors

Compare
Choose a tag to compare
@amitfin amitfin released this 14 Jun 20:06
· 21 commits to main since this release
  1. Breaking change: preemptive_update binary sensor was removed since updates are coming now not only before alerts but also for de-escalation updates. There is a new attribute selected_areas_updates which should be used instead. A usage example can be found here:
image
  1. More graceful handling of URL fetching errors: if there is a cached content of the URL it's being used. This can prevent the entity from getting into unavailability state for temporarily fetching issues.

Full Changelog: v2.23.0...v2.24.0