diff --git a/packages/modules/devices/algodue/algodue/device.py b/packages/modules/devices/algodue/algodue/device.py index 08821584c3..e1f3ce1a6f 100644 --- a/packages/modules/devices/algodue/algodue/device.py +++ b/packages/modules/devices/algodue/algodue/device.py @@ -45,7 +45,9 @@ def initializer(): device_config=device_config, initializer=initializer, component_factory=ComponentFactoryByType( - counter=create_counter_component + counter=create_counter_component, + inverter=create_inverter_component, + bat=create_bat_component ), component_updater=MultiComponentUpdater(update_components) )