mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
reduce roku scan interval by 10s (#35433)
This commit is contained in:
@@ -37,7 +37,7 @@ CONFIG_SCHEMA = vol.Schema(
|
||||
)
|
||||
|
||||
PLATFORMS = [MEDIA_PLAYER_DOMAIN, REMOTE_DOMAIN]
|
||||
SCAN_INTERVAL = timedelta(seconds=30)
|
||||
SCAN_INTERVAL = timedelta(seconds=20)
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user