Skip to content

Releases: elad-bar/ha-blueiris

v1.0.21

20 Nov 14:55
Compare
Choose a tag to compare

What's Changed

  • Fix deprecation warnings SUPPORT_PLAY_MEDIA and async_forward_entry_setup by @hkrogh in #248

New Contributors

Full Changelog: v1.0.20...v1.0.21

v1.0.20

05 Oct 01:49
2ab5558
Compare
Choose a tag to compare

What's Changed

  • Fix errors in logging dealing with turn_off_automatically by @kramttocs in #237
  • Added empty argument for discovery_keys to satisfy new requirement by @kramttocs in #241

Full Changelog: v1.0.19...v1.0.20

v1.0.19

08 Jun 14:05
9b0be5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.18...v1.0.19

Future Incompatibility Changes and Reduce Logging

12 Apr 18:38
d538bf4
Compare
Choose a tag to compare

What's Changed

  • Fix future incompatibility HA Core 2025.1 by @elad-bar in #222
  • Change "updating data from BI Server" from info to debug log message by @bdf0506 in #224
  • Address supported features deprecation for ha core 2025.1 by @kramttocs in #223
  • Changed all info messages to debug by @kramttocs in #226

New Contributors

Full Changelog: v1.0.16...v1.0.18

Update integration to HA v2024.1.0b0 to support the config entry minor version change in core

31 Dec 07:13
d32c2ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.15...v1.0.16

Fixes for config flow and default port

05 Dec 07:02
aab376d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.14...v1.0.15

Ensure entity update is scheduled with event loop

13 Jun 13:12
9854117
Compare
Choose a tag to compare

What's Changed

  • Ensure entity update is scheduled with event loop by @nemec in #172

New Contributors

Full Changelog: v1.0.13...v1.0.14

Integration uses deprecated async_get_registry

02 Jun 08:28
Compare
Choose a tag to compare
  • Device and Entity registry - async_get_registry is deprecated, change to async_get #170
  • Update pre-commit
  • Fix lint warnings

Fix for missing camera models/types introduced in 1.0.11, code cleanup, exception handling

07 Mar 20:13
8757b30
Compare
Choose a tag to compare

What's Changed

  • Fix for missing camera models/types introduced in 1.0.11
  • Cleaned up some redundant calls to get Camera and System Device names
  • Added exception handling when setting the log level

Full Changelog: v1.0.11...v1.0.12

Added more device info and fixed the server name/version population on integration creation

06 Mar 01:02
2202874
Compare
Choose a tag to compare

What's Changed

Warning Do not take this release if you have cameras that are not Network IP or Broadcast. Take 1.0.12 (or later).

  • Add more device info and fix the server name/version population by @kramttocs in #143

!NOTE! This update impacts the name of the integration instance. It was always supposed to default to the Server name as specified in the Blue Iris server options. It does now. This should only take effect if you remove and re-add the integration.

Full Changelog: v1.0.10...v1.0.11