Skip to content

Commit

Permalink
Merge branch 'fix' of https://github.com/cdnninja/yoto_ha into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja committed Apr 14, 2024
2 parents 40a4059 + bda3fc9 commit 552e5df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/yoto/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def __init__(self, hass: HomeAssistant, config_entry: ConfigEntry) -> None:
hass,
_LOGGER,
name=DOMAIN,
update_interval=timedelta(seconds=self.scan_interval
)
update_interval=timedelta(seconds=self.scan_interval),
)

async def _async_update_data(self):
Expand Down

0 comments on commit 552e5df

Please sign in to comment.