Changes
🚀 Features
- Support snapshots in the media browser (#116) @dermotduffy
- Add an option to allow specifying camera static image size (#100) @dermotduffy
- Dynamically attach Frigate integration/server version number to devices (#97) @dermotduffy
- Add an option to disable the unauthenticated notifications proxy (#98) @dermotduffy
- Add a template option to allow the RTMP path to be overridden (#93) @dermotduffy
- Support multiple Frigate instances (#91) @dermotduffy
- Change date formats to ISO 8601 and time formats to 24h. (#80) @dermotduffy
- Create more granular per-camera Home Assistant devices (#57) @dermotduffy
🔥 Removals and Deprecations
- Only proxy GET requests in HomeAssistant views (#81) @dermotduffy
🐞 Fixes
- Changes for HA >= 2021.8.0.dev0 (#113) @dermotduffy
- Cleanly handle connection resets (#105) @dermotduffy
- Remove listener on entry unload to avoid multiple listeners. (#107) @dermotduffy
- Fix media browser hour validation bug (#103) @dermotduffy
- Do not set host header on proxied requests (#99) @dermotduffy
- Fix subtle count-by bug (#73) @dermotduffy
🚨 Testing
- Add strict type checking (#95) @dermotduffy
- Fail tests when coverage is < 100% (#78) @dermotduffy
- Test Coverage: views.py (100% edition) (#77) @dermotduffy
- Test Coverage: init.py (#76) @dermotduffy
- Test Coverage: API (#75) @dermotduffy
- Test Coverage: media_source (#74) @dermotduffy
- Test Coverage: camera (#72) @dermotduffy
- Test Coverage: sensor (#71) @dermotduffy
- Test Coverage: switch (#69) @dermotduffy
- Add code coverage tracking (codecov) (#68) @dermotduffy
- Test Coverage: binary_sensor (#62) @dermotduffy
- Add basic test structure and tests for config_flow (#59) @dermotduffy
📚 Documentation
- Micro update to README to link to central docs. (#94) @dermotduffy
- Minor README update (#79) @dermotduffy
🔨 Refactoring
- Migrate to Frigate ConfigEntry v2 (#92) @dermotduffy
- Remove event summary cache (#89) @dermotduffy
- Convert media source identifiers to structured data (#88) @dermotduffy
- Get rid of the last broad exception usage (#87) @dermotduffy
- Improved logging and error handling (#86) @dermotduffy
- Extract common logic out of entities as an Entity refactor (#85) @dermotduffy
- Improve URL handling by using YARL (#83) @dermotduffy
💄 Style
- Add pre-commit and adjust to conform to Home Assistant style (#63) @dermotduffy
📦 Dependencies
- Bump version to v1.1.0 (#118) @dermotduffy
- Add release-drafter and labeler (#117) @dermotduffy
- Minor build fixes (#67) @dermotduffy
- Add github build for Frigate HASS integration. (#66) @dermotduffy
- Add some additional stock entries to .gitignore (#58) @dermotduffy