mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
adding unifi to brain HA
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -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",
|
||||||
|
|||||||
@@ -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" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user