We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0df03 commit 2792000Copy full SHA for 2792000
custom_components/weishaupt_modbus/entities.py
@@ -336,7 +336,7 @@ async def set_translate_val(self, value):
336
await self._modbus_api.connect()
337
mbo = ModbusObject(self._modbus_api, self._modbus_item)
338
await mbo.setvalue(val)
339
- await self._modbus_api.close()
+ self._modbus_api.close()
340
341
def my_device_info(self) -> DeviceInfo:
342
"""function helper to build the device info"""
0 commit comments