Skip to content

Commit

Permalink
renamed read_sunspec_modbus
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete committed Feb 5, 2024
1 parent fa1bcd2 commit 3ef3805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/abb_powerone_pvi_sunspec/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def async_get_data(self):
# result = await self._hass.async_add_executor_job(
# self.read_sunspec_modbus
# )
result = self.read_sunspec_modbus
result = self.read_sunspec_modbus()
self.close()
_LOGGER.debug("End Get data")
if result:
Expand Down

0 comments on commit 3ef3805

Please sign in to comment.