Skip to content

Commit

Permalink
Renamed async_update_data to _async_update_data
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelprete committed Feb 5, 2024
1 parent 861ebca commit 91e1434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/abb_powerone_pvi_sunspec/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, hass: HomeAssistant, config_entry: ConfigEntry) -> None:
config_entry.data.get(CONF_SLAVE_ID),
)

async def async_update_data(self):
async def _async_update_data(self):
"""Update data method."""
_LOGGER.debug("ABB SunSpec Update data coordinator update")
try:
Expand Down

0 comments on commit 91e1434

Please sign in to comment.