Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
imhotep committed Jan 26, 2025
1 parent 2dc7bc9 commit c995da8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
- Unifi Access Intercom (UA-Intercom) :x: (partial/experimental support)
- Unifi Access Hub Enterprise (UAH-Ent) :x: (partial/experimental support)
- Unifi Gate Hub (UGT) :x: (partial/experimental support)
- Unifi Access Ultra :x: (partial/experimental support)
- Unifi Access Ultra (UA-Ultra) :x: (partial/experimental support)
- Unifi Access Door Mini (UA-Hub-Door-Mini) :x: (unsupported - use polling)

# Getting Unifi Access API Token
- Log in to Unifi Access and Click on Security -> Advanced -> API Token
Expand Down
2 changes: 2 additions & 0 deletions custom_components/unifi_access/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ def _handle_config_update(self, update, device_type):
return self._handle_IGNORED_config_update(update, device_type)
case "UA-G2-PRO":
return self._handle_IGNORED_config_update(update, device_type)
case "UA-G3":
return self._handle_IGNORED_config_update(update, device_type)
case "UA-Intercom":
return self._handle_IGNORED_config_update(update, device_type)
case _:
Expand Down
4 changes: 2 additions & 2 deletions custom_components/unifi_access/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"requirements": [
"websocket-client==1.8.0"
],
"version": "1.2.5"
}
"version": "1.2.6"
}

0 comments on commit c995da8

Please sign in to comment.