Skip to content

Releases: blakeblackshear/frigate-hass-integration

v3.0.0-rc.3

02 Jul 02:34
9bbcbdd
Compare
Choose a tag to compare
v3.0.0-rc.3 Pre-release
Pre-release

Prepare for Frigate v0.11: This pre-release is intended as a partner to the upcoming Frigate v0.11 release (or the latest v0.11 beta). 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 v3.0.0-rc.2

πŸš€ Features

🐞 Fixes

  • Prevent assert from cors library on preparing response to cors request (#291) @dermotduffy

🚨 Testing

πŸ“¦ Dependencies

v3.0.0-rc.2

08 Jun 02:44
5102e6b
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release

Prepare for Frigate v0.11: This pre-release is intended as a partner to the upcoming Frigate v0.11 release (or the latest v0.11 beta). 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

🐞 Fixes

v3.0.0-rc.1

07 Jun 03:58
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

Prepare for Frigate v0.11: This pre-release is intended as a partner to the upcoming Frigate v0.11 release (or the latest v0.11 beta). 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

πŸ’₯ Breaking Changes

  • πŸ’₯ Rename the object count entities for clarity (#259) @NickM-27
  • πŸ’₯ Support for general motion sensor (#248) @NickM-27

πŸš€ Features

πŸ”₯ Removals and Deprecations

  • Update entities to respect new enable/visibility principles (#273) @dermotduffy

πŸ“¦ Dependencies

v2.3

14 May 15:15
1bdaa33
Compare
Choose a tag to compare

Changes

πŸš€ Features

🐞 Fixes

πŸ“š Documentation

πŸ“¦ Dependencies

v2.2.2

07 Feb 00:47
79d0631
Compare
Choose a tag to compare

Changes

🐞 Fixes

πŸ“¦ Dependencies

v2.2.1

14 Jan 04:15
e7b1222
Compare
Choose a tag to compare

Changes

πŸš€ Features

🐞 Fixes

  • Only add camera objects to zones if that zone defines that object (#195) @NickM-27

πŸ“š Documentation

πŸ“¦ Dependencies

v2.2.0

09 Dec 02:44
9397fa1
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ”₯ Removals and Deprecations

🐞 Fixes

πŸ“š Documentation

  • Fix broken links in readme to main Frigate documentation (#156) @clavery
  • Include link to HACS project (#160) @srlowe

πŸ’„ Style

  • Use http.HTTPStatus instead of const.HTTP_* (#162) @scop

πŸ“¦ Dependencies

v2.1.0

29 Sep 02:36
f5d5716
Compare
Choose a tag to compare

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

πŸš€ Features

πŸ“š Documentation

πŸ“¦ Dependencies

v2.0.0

26 Aug 04:55
6935ada
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

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 πŸ’₯

  • Breaking change: Update integration to work with Frigate 0.9.0 (#110) @hunterjm

🐞 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

πŸ“¦ Dependencies

v1.1.2

18 Aug 02:39
87fe117
Compare
Choose a tag to compare

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

πŸ“¦ Dependencies