Releases: elad-bar/ha-blueiris
Releases · elad-bar/ha-blueiris
v1.0.21
v1.0.20
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
What's Changed
- Added unique_id="" to ConfigEntry creation by @kramttocs in #232
Full Changelog: v1.0.18...v1.0.19
Future Incompatibility Changes and Reduce Logging
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
What's Changed
- Update integration to HA v2024.1.0b0 by @elad-bar in #219 to address the change made here: https://developers.home-assistant.io/blog/2023/12/18/config-entry-minor-version/
New Contributors
Full Changelog: v1.0.15...v1.0.16
Fixes for config flow and default port
What's Changed
- Not allowing port 80 on initial setup by @kramttocs in #192
Fix for #184 - Removed missing items from checked list by @kramttocs in #195
Fix for #175
Full Changelog: v1.0.14...v1.0.15
Ensure entity update is scheduled with event loop
Integration uses deprecated async_get_registry
- Device and Entity registry -
async_get_registry
is deprecated, change toasync_get
#170 - Update pre-commit
- Fix lint warnings
Fix for missing camera models/types introduced in 1.0.11, code cleanup, exception handling
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
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