Skip to content

2026.1.1

Choose a tag to compare

@Hankanman Hankanman released this 02 Feb 18:43

This is a minor version addressing a number of reported issues and couple small features. Stay tuned for the February release, it should up the accuracy and reliability of probability substantially :)

Features

  • Added support for cover entities (#45)

Fixes

  • Prevent area_occupancy sensors from being selectable as motion inputs. @jeremiahpslewis
  • Filter weather entities from environmental selectors. @jeremiahpslewis
  • Fix open/closed being flipped for doors in descriptions. @jeremiahpslewis
  • Fix not all media_player states are selectable (Fixes #330)
  • Fix startup timeout by deferring analysis timer until after HA bootstrap completes (Fixes #336)
  • Add chunked() and batched_delete_by_ids() to handle batching (SQLite limits); switch aggregation and sync code to use these utilities; expand numeric input type list and use shared helpers. (Fixes #329)
  • Fix decay_factor property state mutation by moving side effects to new tick() method
  • Add concurrent analysis guard to prevent overlapping analysis runs
  • Fix Prior PRIOR_FACTOR bounds by clamping global_prior in setter
  • Add defensive clamping for time_prior in combine_priors to prevent division by zero
  • Fix entity has_new_evidence to properly handle unavailable state transitions
  • Merge dependabot security updates (urllib3, werkzeug, virtualenv, filelock, aiohttp)

Full Changelog: 2025.12.4...2026.1.1