You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+22-2
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
1
# Unifi Access Custom Integration for Home Assistant
2
2
3
-
This is a basic integration of [Unifi Access](https://ui.com/door-access) in [Home Assistant](https://homeassistant.io). If you have Unifi Access set up with UID this will *NOT* work. _Camera Feeds are currently not offered by the API and therefore **NOT** supported_.
3
+
- This is a basic integration of [Unifi Access](https://ui.com/door-access) in [Home Assistant](https://homeassistant.io).
4
+
- If you have Unifi Access set up with UID this will likely *NOT* work although some people have reported success using the free version of UID.
5
+
-_Camera Feeds are currently not offered by the API and therefore **NOT** supported_.
- Log in to Unifi Access and Click on Security -> Advanced -> API Token
7
-
- Create a new token and pick all permissions (this is *IMPORTANT*)
15
+
- Create a new token and pick all permissions (this is *IMPORTANT*). At the very least pick: Space, Device and System Log.
8
16
9
17
# Installation (HACS)
10
18
- Add this repository as a custom repository in HACS and install the integration.
@@ -56,6 +64,18 @@ An entity will get created for each door. Every time a door is accessed (entry,
56
64
- actor # this is the name of the user that accessed the door. If set to N/A that means UNAUTHORIZED ACCESS!
57
65
- type # `unifi_access_entry` or `unifi_access_exit`
58
66
67
+
### Evacuation/Lockdown
68
+
The evacuation (unlock all doors) and lockdown (lock all doors) switches apply to all doors and gates and **will sound the alarm** no matter which configuration you currently have in your terminal settings. The status will not update currently (known issue).
69
+
70
+
### Door lock rules (only applies to UAH)
71
+
The following entities will be created: `input_select`, `input_number` and 2 `sensor` entities (end time and current rule).
72
+
You are able to select one of the following rules via the `input_select`:
73
+
-**keep_lock**: door is locked indefinitely
74
+
-**keep_unlock**: door is unlocked indefinitely
75
+
-**custom**: door is unlocked for a given interval (use the input_number to define how long. Default is 10 minutes).
76
+
-**reset**: clear all lock rules
77
+
-**lock_early**: locks the door if it's currently on an unlock schedule.
0 commit comments