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

View File

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