Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OStrama authored Dec 2, 2024
1 parent e372dd1 commit d59ae88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/weishaupt_modbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: MyConfigEntry) -> bool:
# with your actual devices.
# hass.data.setdefault(DOMAIN, {})[entry.entry_id] = hub.Hub(hass, entry.data["host"])
mbapi = ModbusAPI(config_entry=entry)
webapi = None
#webapi = WebifConnection(config_entry=entry)
await mbapi.connect()
#await webapi.login()
Expand Down

0 comments on commit d59ae88

Please sign in to comment.