Releases: blakeblackshear/frigate-hass-integration
Releases · blakeblackshear/frigate-hass-integration
v2.2.0
Changes
🚀 Features
- Remove devices no longer found on the Frigate server (#173) @dermotduffy
🔥 Removals and Deprecations
- Use the new
async_camera_image
interface to avoid logspam (#172) @dermotduffy - Do not specify loop parameter to remove deprecation logspam (#171) @dermotduffy
🐞 Fixes
- Fixes for HA 2021.12 (#183) @dermotduffy
- Fixes to support in-progress events (Frigate 0.10+) (#178) @dermotduffy
📚 Documentation
- Fix broken links in readme to main Frigate documentation (#156) @clavery
- Include link to HACS project (#160) @srlowe
💄 Style
📦 Dependencies
- Bump version to v2.2.0 . (#182) @dermotduffy
v2.1.0
ONLY FRIGATE SERVER v0.9.0+ IS SUPPORTED FROM v2.0.0 ONWARDS
YOU MUST UPGRADE YOUR FRIGATE SERVER TO >= 0.9.0
FRIGATE v0.9.0 INVOLVES FRIGATE CONFIGURATION CHANGES, SEE Release Notes
Changes
💥 Breaking Changes
- Retire 'camera_image_height' option. (#145) @dermotduffy
🚀 Features
- Add a websocket proxy to support JSMPEG on the Frigate Lovelace card (#144) @dermotduffy
- Retire 'camera_image_height' option. (#145) @dermotduffy
📚 Documentation
- Update README.md to show mqtt dependency (#142) @dermotduffy
📦 Dependencies
- Bump version to v2.1.0 . (#152) @dermotduffy
v2.0.0
Changes
ONLY FRIGATE SERVER v0.9.0 IS SUPPORTED FROM THIS RELEASE ONWARDS
YOU MUST UPGRADE YOUR FRIGATE SERVER TO >= 0.9.0
FRIGATE v0.9.0 INVOLVES FRIGATE CONFIGURATION CHANGES, SEE Release Notes
💥 Breaking Changes 💥
🐞 Fixes
- Put server URL in warning message for users with multiple servers. (#135) @dermotduffy
- Strengthen upgrade error message since we are giving the user no choice. (#134) @dermotduffy
📚 Documentation
- Add new Lovelace card to documentation (#133) @dermotduffy
📦 Dependencies
- Bump version to v2.0.0 . (#136) @dermotduffy
v1.1.2
Changes
🐞 Fixes
- Unsubscribe from mqtt topic on unload to resolve log spam on entity disable (#131) @dermotduffy
- Fix subtle int validation bug impacting browsing of recordings at 00:XX:YY (#127) @dermotduffy
📚 Documentation
- Update installation instructions now that we're in HACS default. (#129) @dermotduffy
- Add Frigate logo to README.md (#125) @dermotduffy
- Minor doc fixes to sync README and HACS info.md (#109) @dermotduffy
📦 Dependencies
- Bump version to v1.1.2 (#132) @dermotduffy
- Use lady_beetle instead of beetle as the bug emoji (#122) @dermotduffy
v1.1.1
Changes
🐞 Fixes
- Fix broken import experienced by users of certain versions of HomeAssistant (#120) @dermotduffy
📦 Dependencies
- Bump version to v1.1.1 (#121) @dermotduffy
v1.1.0
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
1.0.6
- Updates for HA 2021.6 compatibility
- Reduced precision of sensors to integers
- Handle invalid folder names in recordings directory
1.0.5
- Add iot_class to manifest
1.0.4
Add version to build.json as required by homeassistant
1.0.3
- Add idle/detected states to snapshot cameras for conditional cards