adding unifi support

This commit is contained in:
2025-01-01 18:39:44 -05:00
parent 91ebec054c
commit bca98cfadb

View File

@@ -45,12 +45,15 @@ in
}; };
extraPackages = extraPackages =
python3Packages: with python3Packages; [ python3Packages: with python3Packages; [
psycopg2
gtts
aioesphomeapi aioesphomeapi
esphome-dashboard-api aiounifi
bleak-esphome bleak-esphome
esphome-dashboard-api
gtts
psycopg2
pymetno pymetno
pyownet
uiprotect
]; ];
extraComponents = [ "isal" ]; extraComponents = [ "isal" ];
}; };