testing x86_v3 #66

Merged
Richie merged 9 commits from feature/testing-x86_v3 into main 2026-09-18 09:31:08 -04:00
Showing only changes of commit 224c75768b - Show all commits
+4 -2
View File
@@ -68,7 +68,6 @@
paho-mqtt # for mqtt
psycopg2 # for postgresql
py-improv-ble-client # for esphome
pymodbus # for modbus
pyopenweathermap # for weather
pymetno # for met.no weather
uiprotect # for ubiquiti integration
@@ -76,7 +75,10 @@
jsonpath # for rest sensors
monarchmoneycommunity # for monarch
];
extraComponents = [ "isal" ];
extraComponents = [
"isal"
"modbus" # for victron modbus integration
];
customComponents = with pkgs.home-assistant-custom-components; [
garmin_connect
];