adding unifi to brain HA

This commit is contained in:
2025-12-20 21:57:27 -05:00
parent a957e23041
commit 81b199373e
2 changed files with 9 additions and 2 deletions

View File

@@ -117,7 +117,9 @@
"httpchk", "httpchk",
"hurlenko", "hurlenko",
"hwloc", "hwloc",
"ical",
"ignorelist", "ignorelist",
"improv",
"INITDB", "INITDB",
"iocharset", "iocharset",
"ioit", "ioit",
@@ -226,6 +228,7 @@
"pylint", "pylint",
"pymetno", "pymetno",
"pymodbus", "pymodbus",
"pyopenweathermap",
"pyownet", "pyownet",
"pytest", "pytest",
"qbit", "qbit",
@@ -289,9 +292,11 @@
"twimg", "twimg",
"typer", "typer",
"uaccess", "uaccess",
"ubiquiti",
"ublock", "ublock",
"uiprotect", "uiprotect",
"uitour", "uitour",
"unifi",
"unrar", "unrar",
"unsubmitted", "unsubmitted",
"uptimekuma", "uptimekuma",

View File

@@ -60,18 +60,20 @@
extraPackages = extraPackages =
python3Packages: with python3Packages; [ python3Packages: with python3Packages; [
aioesphomeapi # for esphome aioesphomeapi # for esphome
aiounifi # for ubiquiti integration
bleak-esphome # for esphome bleak-esphome # for esphome
esphome-dashboard-api # for esphome esphome-dashboard-api # for esphome
forecast-solar # for solar forecast forecast-solar # for solar forecast
gtts # not sure what wants this gtts # not sure what wants this
ical # for todo
jellyfin-apiclient-python # for jellyfin jellyfin-apiclient-python # for jellyfin
paho-mqtt # for mqtt paho-mqtt # for mqtt
psycopg2 # for postgresql psycopg2 # for postgresql
py-improv-ble-client # for esphome py-improv-ble-client # for esphome
pymodbus # for modbus pymodbus # for modbus
pyopenweathermap # for weather pyopenweathermap # for weather
ical # for todo uiprotect # for ubiquiti integration
uiprotect # unfi integration unifi-discovery # for ubiquiti integration
]; ];
extraComponents = [ "isal" ]; extraComponents = [ "isal" ];
}; };