2026.1.1
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_playerstates 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_factorproperty state mutation by moving side effects to newtick()method - Add concurrent analysis guard to prevent overlapping analysis runs
- Fix Prior
PRIOR_FACTORbounds by clampingglobal_priorin setter - Add defensive clamping for
time_priorincombine_priorsto prevent division by zero - Fix entity
has_new_evidenceto properly handle unavailable state transitions - Merge dependabot security updates (urllib3, werkzeug, virtualenv, filelock, aiohttp)
Full Changelog: 2025.12.4...2026.1.1