fix victron_modbuss gps setting

This commit is contained in:
2025-11-10 10:00:42 -05:00
parent 908bccb8dc
commit b1fa596f37
2 changed files with 13 additions and 12 deletions

View File

@@ -59,16 +59,17 @@
};
extraPackages =
python3Packages: with python3Packages; [
pymodbus # for modbus
aioesphomeapi # for esphome
bleak-esphome # for esphome
esphome-dashboard-api # for esphome
forecast-solar # for solar forecast
gtts # not sure what wants this
jellyfin-apiclient-python # for jellyfin
paho-mqtt # for mqtt
psycopg2 # for postgresql
forecast-solar # for solar forecast
aioesphomeapi # for esphome
esphome-dashboard-api # for esphome
py-improv-ble-client # for esphome
bleak-esphome # for esphome
pymodbus # for modbus
pyopenweathermap # for weather
];
extraComponents = [ "isal" ];
};