Skip to content

Commit

Permalink
Added UAH-DOOR device_type
Browse files Browse the repository at this point in the history
  • Loading branch information
iviemeister committed Aug 31, 2024
1 parent 8ea23c3 commit 5dcdc56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Supported hardware
- Unifi Access Hub (UAH) :white_check_mark:
- Unifi Access Hub (UAH-DOOR) :white_check_mark:
- 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)
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 @@ -442,6 +442,8 @@ def _handle_config_update(self, update, device_type):
match device_type:
case "UAH":
return self._handle_UAH_config_update(update, device_type)
case "UAH-DOOR":
return self._handle_UAH_config_update(update, device_type)
case "UAH-Ent":
return self._handle_UAH_Ent_config_update(update, device_type)
case "UA-ULTRA":
Expand Down

0 comments on commit 5dcdc56

Please sign in to comment.