Skip to content

Commit

Permalink
update data every 30 min instead of 5 min for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpy7374 committed Mar 27, 2024
1 parent d3e265f commit d733a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deltadore_tydom/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,4 @@ async def refresh_data_5m(self) -> None:
"""Periodically refresh data for devices which don't do push."""
while True:
await self._tydom_client.poll_devices_data_5m()
await asyncio.sleep(300)
await asyncio.sleep(1800)

0 comments on commit d733a56

Please sign in to comment.