v0.8.4-rc1 Highlights
- removed false positives for triggers (#224, #231)
- debug log obfuscation can be turned off in configuration settings
- performance improvements
All changes
- added UI option to control logs obfuscation (99d3e15)
- switch to
async_track_state_change_eventfor performance reasons (1149ed9) - improved tests cleanup (511ca4e)
- caching coordinator.FilterContext class to speed-up async_update_data (2d6fb10)
- code cleanup (7ec1a52)
- improve log obfuscation (c423706)
- coordinator and hub refactoring (afce302)
- improved test coverage (d0b8253)
- implemented reset-on-version-mismatch migration strategy for DB cache #246 (531f92d)
- shrink test time (d9503d1)
- bump version to 0.8.4-rc1 (64811e0)
- parser fix: ignore events from
triggerandtriggerskeys #224, #231 (30db80c) - add default
notification_idfor the report, closes #203 (8417aab)