Frigate v0.11: This release is intended as a partner to the Frigate v0.11 release. This integration release will function with prior Frigate server versions but new functionality available through the integration (e.g. true motion sensors) will not yet be functional.
Warning: This release renames some commonly used Frigate entity ids, so you will likely need to update dashboards, automations and templates manually that use the old entity ids. In addition, new Frigate integration installations will see a different mix of entities disabled/enabled by default to better match actual usage and reduce entity pollution.
Example old names | Example new names |
---|---|
binary_sensor.kitchen_person_motion | binary_sensor.kitchen_person_occupancy |
(No such entity) | binary_sensor.kitchen_motion |
sensor.front_door_person | sensor.front_door_person_count |
sensor.front_door_all | sensor.front_door_all_count |
Motivation: The original names included _motion
despite not being motion sensors (they are occupancy sensors). This created a light stream of user confusion and support load. As this release includes actual motion sensors (as distinct from occupancy), this was the trigger to finally fix this misnomer.
Changes since v2.3
💥 Breaking Changes
- 💥 Rename the object count entities for clarity (#259) @NickM-27
- 💥 Support for general motion sensor (#248) @NickM-27
🚀 Features
- Export events over websocket (#340) @dermotduffy
- Support dynamic icons for binary sensors (#336) @NickM-27
- Add icons for bicycle, cow, and horse, and change car and person icons (#317) @felipecrs
- Allow setting an expiration time for unauthenticated notification events (#169) @gmrandom
- Update VodSegmentProxyView to allow mp4/m4s files (#331) @uvjustin
- FEAT: Allow threshold and contour_area to be set from Home Assistant (#316) @NickM-27
- Add icon for motorcycle entities (#315) @felipecrs
- FEAT: Add support for coral temp sensor entities (#313) @NickM-27
- Allow favorite_event to be configured from UI (#301) @felipecrs
- Add service to 'favorite' an event (#296) @NickM-27
- Add recordings WS endpoint (#297) @dermotduffy
- Add a websocket API to the integration for event retain (#295) @dermotduffy
- Support built in motion detection read / set (#271) @NickM-27
- Add a server status sensor (#278) @NickM-27
- Proxy the new Frigate recordings API (allows the card to support recordings) (#267) @dermotduffy
- Ability to disable media browser (#262) @NickM-27
- Support for general motion sensor (#248) @NickM-27
🐞 Fixes
- Restore JSON decode for ws_api (#329) @dermotduffy
- Prevent assert from cors library on preparing response to cors request (#291) @dermotduffy
- Fix entity rename for unusually named entities (#276) @dermotduffy
🐎 Performance
- Don't proxy authSig parameter unless necessary (#333) @uvjustin
- Revert "Restore JSON decode for ws_api (#329)" (#330) @uvjustin
- Remove "static/" from ThumbnailsProxyView path (#326) @uvjustin
- Fetch thumbnails over http instead of using base64 embedded thumbnails (#322) @uvjustin
- Use iter_any() instead of iter_chunked() (#323) @uvjustin
- Avoid decoding json when proxying over ws (#321) @uvjustin
🚨 Testing
- Use debugpy hass integration in devcontainer (#302) @felipecrs
- Improve devcontainer experience (e.g. adds python debugging, improves port forwarding) (#300) @felipecrs
- Allow setting specific HA/Frigate versions in devcontainer (#289) @dermotduffy
- Improve devcontainer preconfig (#288) @felipecrs
- Improve devcontainer environment (#287) @dermotduffy
- Rename the devcontainer Frigate camera (#285) @dermotduffy
- Bump docker-compose forwarded ports (#284) @felipecrs
- Preconfigure HA and Frigate in devcontainer (#280) @felipecrs
📚 Documentation
🔥 Removals and Deprecations
- Remove the HTTP view for recordings API (WS still available) (#299) @dermotduffy
- Update entities to respect new enable/visibility principles (#273) @dermotduffy
📦 Dependencies
- Bump version to v3.0.0 . (#338) @dermotduffy
- Bump version to v3.0.0-rc.4 . (#334) @dermotduffy
- Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 (#332) @dependabot
- Bump actions/setup-python from 4.1.0 to 4.2.0 (#325) @dependabot
- Bump actions/setup-python from 4.0.0 to 4.1.0 (#312) @dependabot
- Bump actions/checkout from 2.4.2 to 3.0.2 (#308) @dependabot
- Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#307) @dependabot
- Upgrade Home Assistant to 2022.7 (#306) @felipecrs
- Set up dependabot for Actions (#305) @felipecrs
- Upgrade Python from 3.9 to 3.10 (#303) @felipecrs
- Bump version to 3.0.0-rc.3 . (#298) @dermotduffy
- Update actions (#281) @wrt54g
- Bump version to v3.0.0-rc.1 (#274) @dermotduffy
- Remove deprecated HACS manifest values (#263) @Vaskivskyi