Skip to content

Releases: elad-bar/ha-blueiris

v1.0.22

06 Mar 14:11
7c6cec5
Compare
Choose a tag to compare

What's Changed

  • Added subentries_data empty param and bumped to 1.0.22 by @kramttocs in #252

Full Changelog: v1.0.21...v1.0.22

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