Skip to content

Commit

Permalink
increase update interval to 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
vorostamas committed Apr 5, 2021
1 parent ec8377f commit 4e0de67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/porthutv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from custom_components.porthutv.schedules import get_schedules, get_attributes

SCAN_INTERVAL = timedelta(minutes=30)
SCAN_INTERVAL = timedelta(minutes=5)

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 4e0de67

Please sign in to comment.