Releases: blakeblackshear/frigate-hass-integration
v5.0.0-rc1
Frigate Upgrade Required
This integration version requires at least Frigate v0.13.0-beta3.
Changes since 5.0.0-beta.3
- Compatibility update for Home Assistant 2024.1
- Sync master changes to dev (#593) @blakeblackshear
v4.0.1
Frigate v0.12: This release is intended as a partner to the Frigate v0.12 release. Please ensure you are using an updated backend along with this updated integration.
Compatibility update for Home Assistant 2024.1
Changes
- v4.0.1 bump (#592) @blakeblackshear
- Fix camera supported_features to return CameraEntityFeature (#589) @bdraco
- Fix
TEMP_CELSIUS
deprecation (#588) @TheZoker - Fix record test (#591) @NickM-27
🐞 Fixes
📚 Documentation
📦 Dependencies
- Upgrade pylint/pylint-test and address variety of pylint issues (#562) @dermotduffy
- Bump release-drafter/release-drafter from 5.23.0 to 5.25.0 (#560) @dependabot
- Bump actions/checkout from 3.5.2 to 4.1.1 (#559) @dependabot
- Bump actions/setup-python from 4.6.1 to 4.7.0 (#515) @dependabot
- Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0 (#531) @dependabot
- fix: inlang settings (#540) @jannesblobel
- Don't mark certain labels as stale (#504) @dermotduffy
- Bump max operations count for stalebot (#497) @dermotduffy
- Add stalebot (#496) @dermotduffy
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#489) @dependabot
- Bump actions/setup-python from 4.6.0 to 4.6.1 (#492) @dependabot
- Add
inlang
to make the contribution of translations easier (#478) @NiklasBuchfink - Bump codecov/codecov-action from 3.1.1 to 3.1.3 (#477) @dependabot
- Bump actions/setup-python from 4.5.0 to 4.6.0 (#476) @dependabot
- Bump actions/checkout from 3.5.0 to 3.5.2 (#474) @dependabot
v5.0.0-beta.3
Frigate Upgrade Required
This integration version requires at least Frigate v0.13.0-beta3.
Changes since 5.0.0-beta.2
💥 Breaking Changes
- Adapt to upstream stats structure change for cameras (#555) @tpjanssen
🚀 Features
- Add WebRTC streaming to camera entities (#553) @OnFreund
- Expose camera PTZ information over websocket (#556) @dermotduffy
📦 Dependencies
- Merge minor master build changes back into
dev
(#561) @dermotduffy - Upgrade pylint/pylint-test and address variety of pylint issues (#562) @dermotduffy
- Bump release-drafter/release-drafter from 5.23.0 to 5.25.0 (#560) @dependabot
- Bump actions/checkout from 3.5.2 to 4.1.1 (#559) @dependabot
- Update build to
5.0.0-beta.3
(#558) @NickM-27 - Upgrade pylint/pylint-test and address variety of pylint issues (#557) @dermotduffy
v5.0.0-beta.2
v5.0.0-beta.1
Changes
🚀 Features
- Set camera to unavailable when camera fps == 0 (#526) @NickM-27
- Include attributes for client id and camera name (#527) @NickM-27
- Add support for PTZ service (#510) @NickM-27
- Enhancement: Sensors for audio detections (#516) @NickM-27
- Add support for audio detection switch (#509) @NickM-27
- Add Russian language support (#499) @skrashevich
🐞 Fixes
- Ignore processes (#525) @NickM-27
- Fix Home Assistant media viewer for new Frigate versions (#518) @madsciencetist
- Ignore attribute labels (#506) @NickM-27
- Fix typo in docstring in
config_flow.py
(#480) @tsbernar
📚 Documentation
📦 Dependencies
- Set version to v5.0.0-beta.1 (#533) @NickM-27
- Merge recent small changes from
master
back intodev
(#500) @dermotduffy - Bump max operations count for stalebot (#497) @dermotduffy
- Add stalebot (#496) @dermotduffy
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#489) @dependabot
- Bump actions/setup-python from 4.6.0 to 4.6.1 (#492) @dependabot
- Add
inlang
to make the contribution of translations easier (#478) @NiklasBuchfink - Bump codecov/codecov-action from 3.1.1 to 3.1.3 (#477) @dependabot
- Bump actions/setup-python from 4.5.0 to 4.6.0 (#476) @dependabot
- Bump actions/checkout from 3.5.0 to 3.5.2 (#474) @dependabot
v4.0.0
Frigate v0.12: This release is intended as a partner to the Frigate v0.12 release. Please ensure you are using an updated backend along with this updated integration.
Changes
💥 Breaking Changes
- Change Frigate
api
andws_api
to multi selection instead of single selection. Would break (currently unknown) external API users. (#416) @dermotduffy
🚀 Features
- Allow API callers (e.g. the card) to search via sub_labels (#444) @dermotduffy
- Allow searching for favorites via API (#420) @dermotduffy
- Birdseye Camera Entity with birdseye stream (#386) @NickM-27
- Support Frigate RTSP Restream (#361) @NickM-27
- Add sensor for gpu usage (#344) @NickM-27
- Support sensors for per-process CPU usage (#369) @NickM-27
- Add proxies for MSE and WebRTC live view websockets (#365) @NickM-27
- Add recordings download proxy (#345) @dermotduffy
- Switch to region-agnostic media browser title formats (#392) @NickM-27
🐞 Fixes
- Don't remove birdseye on startup (#422) @NickM-27
- Force AAC audio to be used in RTSP URL (#419) @felipecrs
_attr_is_streaming
should respect go2rtc streams (#415) @virtualm2000- Expose timezone in
ws_api
(#410) @dermotduffy - Fix birdseye / restream (#412) @NickM-27
- Use the HA timezone setting for requesting recordings, provide timezone to event summary (#397) @NickM-27
📚 Documentation
🔨 Refactoring
- Fix binary sensor classes (#398) @NickM-27
- Rewrite recordings media source to use Recordings Summary API (#389) @NickM-27
- Support Frigate v0.12 UTC based recording paths (#384) @NickM-27
🐎 Performance
- Change Frigate
api
andws_api
to multi selection instead of single selection (#416) @dermotduffy
🚨 Testing
- Fix DST related test failure (#452) @dermotduffy
📦 Dependencies
- Bump actions/checkout from 3.3.0 to 3.5.0 (#451) @dependabot
- Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 (#443) @dependabot
- Merge the
v0.12
branch now that Frigatev0.12
has been released (#458) @NickM-27 - Bump version to v4.0.0-rc1 (#453) @dermotduffy
- Merge updates for latest HomeAssistant (#427) @dermotduffy
- Merge master branch back into v0.12 branch (#424) @dermotduffy
- Update to beta4 (#423) @NickM-27
- Update version for beta3 (#414) @NickM-27
- Bump to beta 2 (#401) @NickM-27
- Bump version on v0.12 branch to match backend release (#390) @dermotduffy
- Merge master back into the v0.12 branch (#381) @dermotduffy
- Bump actions/checkout from 3.0.2 to 3.1.0 (#351) @dependabot
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#339) @dependabot
v4.0.0-rc1
Frigate v0.12: This release is intended as a partner to the Frigate v0.12 rc1 release. Please ensure you are using an updated backend along with this updated integration.
Changes since v4.0.0-beta4
Changes
🚀 Features
- Allow API callers (e.g. the card) to search via sub_labels (#444) @dermotduffy
🚨 Testing
- Fix DST related test failure (#452) @dermotduffy
📦 Dependencies
- Bump version to v4.0.0-rc1 (#453) @dermotduffy
v3.0.1
Changes
New-release of the v3 codebase (intended for Frigate v0.11) to incorporate fixes for latest HA version.
🚀 Features
- Add recordings download proxy (#345) @dermotduffy
🐞 Fixes
- Fixes for Home Assistant 2023.1.7+, Python 3.9, Python 3.10 (#426) @dermotduffy
- Latest version check: add handling for "disabled" (#417) @leccelecce
📚 Documentation
- Update build badge due to upstream breaking change (#385) @dermotduffy
- Fix HACS add repository badge (#367) @felipecrs
📦 Dependencies
- Bump version to v3.0.1. (#441) @dermotduffy
- Bump
isort
to fix CI (#425) @dermotduffy - Bump actions/setup-python from 4.4.0 to 4.5.0 (#407) @dependabot
- Bump actions/checkout from 3.2.0 to 3.3.0 (#400) @dependabot
- Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#394) @dependabot
- Bump actions/setup-python from 4.3.1 to 4.4.0 (#387) @dependabot
- Bump actions/setup-python from 4.3.0 to 4.3.1 (#378) @dependabot
- Bump actions/checkout from 3.1.0 to 3.2.0 (#383) @dependabot
- Fix flake8 in the build (#380) @dermotduffy
- Bump release-drafter/release-drafter from 5.20.1 to 5.21.1 (#358) @dependabot
- Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#359) @dependabot
- Bump actions/setup-python from 4.2.0 to 4.3.0 (#357) @dependabot
- Bump actions/checkout from 3.0.2 to 3.1.0 (#351) @dependabot
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#339) @dependabot
v4.0.0-beta4
Frigate v0.12: This release is intended as a partner to the Frigate v0.12 beta release. Please ensure you are using an updated backend along with this updated integration.
Changes since v4.0.0-beta3
💥 Breaking Changes
- Change Frigate
api
andws_api
to multi selection instead of single selection. Would break (currently unknown) external API users. (#416) @dermotduffy
🚀 Features
- Allow searching for favorites via API (#420) @dermotduffy
🐞 Fixes
- Don't remove birdseye on startup (#422) @NickM-27
- Force AAC audio to be used in RTSP URL (#419) @felipecrs
_attr_is_streaming
should respect go2rtc streams (#415) @virtualm2000
🐎 Performance
- Change Frigate
api
andws_api
to multi selection instead of single selection (#416) @dermotduffy
📦 Dependencies
- Merge updates for latest HomeAssistant (#427) @dermotduffy
- Merge master branch back into v0.12 branch (#424) @dermotduffy
- Update to beta4 (#423) @NickM-27
v4.0.0-beta3
Frigate v0.12: This release is intended as a partner to the Frigate v0.12 beta release. Please ensure you are using an updated backend along with this updated integration.
Changes since v4.0.0-beta2
Changes
🐞 Fixes
- Expose timezone in
ws_api
(#410) @dermotduffy