added forecast_solar

This commit is contained in:
2025-10-12 10:25:36 -04:00
parent d3452dfab5
commit 86a1cac42c

View File

@@ -27,7 +27,7 @@
unit_system = "us_customary";
temperature_unit = "F";
packages = {
victron_modbuss = "!include updated elises groupsvictron_modbuss.yaml";
victron_modbuss = "!include victron_modbuss.yaml";
};
};
recorder = {
@@ -64,6 +64,7 @@
jellyfin-apiclient-python # for jellyfin
paho-mqtt # for mqtt
psycopg2 # for postgresql
forecast-solar # for solar forecast
];
extraComponents = [ "isal" ];
};