1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add UniFi Access integration (#165404)

Co-authored-by: RaHehl <rahehl@users.noreply.github.com>
This commit is contained in:
Raphael Hehl
2026-03-14 00:00:18 +01:00
committed by GitHub
parent 7276403ab9
commit a47faa3ced
21 changed files with 1076 additions and 0 deletions

View File

@@ -751,6 +751,7 @@ FLOWS = {
"uhoo",
"ukraine_alarm",
"unifi",
"unifi_access",
"unifiprotect",
"upb",
"upcloud",

View File

@@ -7379,6 +7379,12 @@
"config_flow": true,
"iot_class": "cloud_polling"
},
"unifi_access": {
"name": "UniFi Access",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_push"
},
"universal": {
"name": "Universal media player",
"integration_type": "hub",