Skip to content

Commit

Permalink
reduce roku scan interval by 10s (home-assistant#35433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored May 9, 2020
1 parent 42fc332 commit 0fabd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/roku/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)

PLATFORMS = [MEDIA_PLAYER_DOMAIN, REMOTE_DOMAIN]
SCAN_INTERVAL = timedelta(seconds=30)
SCAN_INTERVAL = timedelta(seconds=20)
_LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit 0fabd73

Please sign in to comment.