Skip to content

Releases: imhotep/hass-unifi-access

v1.1.3

01 Mar 20:34
9387804
Compare
Choose a tag to compare

New Features

Events

  • added new events: unifi_access_entry/unifi_access_exit as well as unifi_access_doorbell_start/unifi_access_doorbell_end

Bugfix

  • Fixed potential threading issue.

v1.1.3-beta

17 Jan 05:07
Compare
Choose a tag to compare
v1.1.3-beta Pre-release
Pre-release

Bugfix

  • Fixing some potential threading issues

New

  • adding doorbell_press and access events and event entities

v1.1.2

12 Dec 23:43
d4ba05b
Compare
Choose a tag to compare

Changes

  • Fix doorbell presses

v1.1.1

03 Dec 20:22
3daef43
Compare
Choose a tag to compare

Changes

  • Automatically reconnects when connection closes
  • Automatically retries connecting every 5 seconds

v1.1.0

27 Nov 21:54
7b107ec
Compare
Choose a tag to compare

Changes

Instantaneous update via websocket
Option to still use polling for Unifi Access < 1.19
Add binary_sensor for Doorbell Presses (Unifi Access Pro G1/G2)

You HAVE TO delete integration and reinstall it unfortunately as the default connection type to the API changes.

v1.1.0-beta

15 Nov 23:20
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

Changes

Instantaneous update via websocket
Option to still use polling for Unifi Access < 1.19
Add binary_sensor for Doorbell Presses (Unifi Access Pro G1/G2)

You HAVE TO delete integration and reinstall it unfortunately as the default connection type to the API changes.

v1.0.3

03 Nov 04:40
Compare
Choose a tag to compare

BUGFIX: Only add doors when they're bound to a hub. Ignore other ones

v1.0.2

03 Nov 02:31
Compare
Choose a tag to compare

Adding support for custom ports

v1.0.1

02 Nov 04:44
Compare
Choose a tag to compare

Added SSL Verification. Will most likely fail for most people unless Unifi Access sits behind a reverse proxy such as nginx with a valid certificate.

v1.0.0

02 Nov 04:47
Compare
Choose a tag to compare

First version!

  • Improve host configuration. No need to enter https:// or port number but if you do it should still work
  • Improve lock entity. Only unlock is supported by the API. Lock entity becomes unavailable when unlocked.