moved modbus to extraComponents
modbus intgration requres more then just pymodbus bus now
This commit is contained in:
@@ -68,7 +68,6 @@
|
|||||||
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
|
|
||||||
pyopenweathermap # for weather
|
pyopenweathermap # for weather
|
||||||
pymetno # for met.no weather
|
pymetno # for met.no weather
|
||||||
uiprotect # for ubiquiti integration
|
uiprotect # for ubiquiti integration
|
||||||
@@ -76,7 +75,10 @@
|
|||||||
jsonpath # for rest sensors
|
jsonpath # for rest sensors
|
||||||
monarchmoneycommunity # for monarch
|
monarchmoneycommunity # for monarch
|
||||||
];
|
];
|
||||||
extraComponents = [ "isal" ];
|
extraComponents = [
|
||||||
|
"isal"
|
||||||
|
"modbus" # for victron modbus integration
|
||||||
|
];
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
garmin_connect
|
garmin_connect
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user