mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
reduce roku scan interval by 10s (#35433)
This commit is contained in:
parent
42fc332123
commit
0fabd73ad4
@ -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__)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user