mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Reduce roku scan interval by 5s (#36966)
This commit is contained in:
@@ -38,7 +38,7 @@ CONFIG_SCHEMA = vol.Schema(
|
||||
)
|
||||
|
||||
PLATFORMS = [MEDIA_PLAYER_DOMAIN, REMOTE_DOMAIN]
|
||||
SCAN_INTERVAL = timedelta(seconds=20)
|
||||
SCAN_INTERVAL = timedelta(seconds=15)
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user