Skip to content

Commit

Permalink
enabled mode control
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNagy committed Jan 26, 2024
1 parent 1567c6c commit 4cfda8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/astralpool_halo_chlorinator/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ async def async_select_option(self, option: str) -> None:
action = halo_parsers.ChlorinatorActions.NoAction

_LOGGER.debug("Select entity state changed to %s", action)
# await self.coordinator.chlorinator.async_write_action(action)
# await asyncio.sleep(2)
await self.coordinator.chlorinator.async_write_action(action)
await asyncio.sleep(1)
await self.coordinator.async_request_refresh()


Expand Down

0 comments on commit 4cfda8b

Please sign in to comment.