Releases: blakeblackshear/frigate-hass-integration
v5.5.0
Changes
This integration now requires at least Frigate v0.12 , as the old rtmp
support has now been removed.
🚀 Features
- Add
pt-pt
translations (#745) @ViPeR5000
🐞 Fixes
- fix: Remove [old]
rtmp
support (#776) @dermotduffy - fix: Fix
pt
/pt-BR
translations (#775) @dermotduffy - fix: Fix live streaming in HA >=
2024.11
(#774) @dermotduffy - Fix Config import (#748) @tjorim
- Replace MEDIA_CLASS_ and MEDIA_TYPE_ with MediaClass and MediaType (#726) @TheZoker
🚨 Testing
- Fix devcontainer for latest Frigate and Home Assistant (#720) @felipecrs
👷 Continuous Integration
- fix: Roll back to working labeler (#777) @dermotduffy
📚 Documentation
- docs: Update integration maintainers list (#778) @dermotduffy
🔨 Refactoring
- refactor: Move proxy fuctionality to a common library (#758) @dermotduffy
📦 Dependencies
- chore: Bump version to
v5.5.0
(#780) @dermotduffy - chore: Bump
hass-web-proxy-lib
tov0.0.7
(#779) @dermotduffy - Bump codecov/codecov-action from 4.6.0 to 5.0.7 (#773) @dependabot
- Update version to 5.4.1 (#749) @NickM-27
- Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 (#744) @dependabot
- Refresh homeassistant libary/test versions (#743) @dermotduffy
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#727) @dependabot
- Bump actions/checkout from 4.1.7 to 4.2.2 (#739) @dependabot
- Bump actions/setup-python from 5.1.1 to 5.3.0 (#741) @dependabot
v5.4.1
Changes
- Update version to 5.4.1 (#749) @NickM-27
- Fix Config import (#748) @tjorim
- Replace MEDIA_CLASS_ and MEDIA_TYPE_ with MediaClass and MediaType (#726) @TheZoker
🚀 Features
- Add
pt-pt
translations (#745) @ViPeR5000
🚨 Testing
- Fix devcontainer for latest Frigate and Home Assistant (#720) @felipecrs
🔨 Refactoring
- refactor: Move proxy fuctionality to a common library (#758) @dermotduffy
📦 Dependencies
- Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 (#744) @dependabot
- Refresh homeassistant libary/test versions (#743) @dermotduffy
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#727) @dependabot
- Bump actions/checkout from 4.1.7 to 4.2.2 (#739) @dependabot
- Bump actions/setup-python from 5.1.1 to 5.3.0 (#741) @dependabot
v5.4.0
Changes
🚀 Features
- Add websocket Frigate events proxy to allow Frigate card access to live events stream (#707) @dermotduffy
📦 Dependencies
- Bump actions/checkout from 4.1.1 to 4.1.7 (#710) @dependabot
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#614) @dependabot
- Bump crazy-max/ghaction-github-labeler from 4.2.0 to 5.0.0 (#563) @dependabot
- Bump codecov/codecov-action from 3.1.4 to 4.5.0 (#711) @dependabot
- Bump actions/setup-python from 4.7.0 to 5.1.1 (#712) @dependabot
- Merge
dev
intomaster
in advance of release (#709) @dermotduffy - Bump version to v5.4.0 . (#708) @dermotduffy
v5.3.0
v5.2.0
Changes
Frigate v0.13: This release is intended as a partner to the Frigate 0.13 Release. Please ensure you are using an updated backend along with this updated integration.
🚀 Features
🐞 Fixes
- Fix HA incompatibility: always try to decode MQTT payloads (#671) @dermotduffy
- Fixes
playback_factor
selectable value in services.yaml (#658) @andrewpwade
📦 Dependencies
- Merged
dev
back intomaster
(#673) @dermotduffy - Bump version to v5.2.0 . (#672) @dermotduffy
v5.1.0
Changes
Frigate v0.13: This release is intended as a partner to the Frigate 0.13 Release. Please ensure you are using an updated backend along with this updated integration.
🚀 Features
- Add sound level sensor (#644) @NickM-27
- Add French translation (#633) @Redblockmasteur
🐞 Fixes
📦 Dependencies
v5.0.1
Changes
Frigate v0.13: This release is intended as a partner to the Frigate 0.13 Release. Please ensure you are using an updated backend along with this updated integration.
🚀 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
- Enhancement: Recordings Export Service (#542) @NickM-27
- Add WebRTC streaming to camera entities (#553) @OnFreund
- Expose camera PTZ information over websocket (#556) @dermotduffy
- Allow HLS fallback for WebRTC Streaming (#602) @OnFreund
- Add switch for PTZ auto tracking (#575) @hawkeye217
- Switch to using image instead of camera entity (#548) @NickM-27
🐞 Fixes
- Fix media browser errors when used with Frigate 0.12 (#618) @NickM-27
- Fix Error For Frigate Version With Leading 0 In Commit (#544) @NickM-27
- Fix incorrect minimum contour area (#541) @NickM-27
- 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
- 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
Changes
Frigate v0.13: This release is intended as a partner to the Frigate 0.13 Release. Please ensure you are using an updated backend along with this updated integration.
🚀 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
- Enhancement: Recordings Export Service (#542) @NickM-27
- Add WebRTC streaming to camera entities (#553) @OnFreund
- Expose camera PTZ information over websocket (#556) @dermotduffy
- Allow HLS fallback for WebRTC Streaming (#602) @OnFreund
- Add switch for PTZ auto tracking (#575) @hawkeye217
- Switch to using image instead of camera entity (#548) @NickM-27
🐞 Fixes
- Fix Error For Frigate Version With Leading 0 In Commit (#544) @NickM-27
- Fix incorrect minimum contour area (#541) @NickM-27
- 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
- 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-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