Reduce roku poll rate by 5s (#63952)

This commit is contained in:
Chris Talkington
2022-01-12 01:29:20 -06:00
committed by GitHub
parent d057850971
commit 93075d5cea

View File

@@ -14,7 +14,7 @@ from homeassistant.util.dt import utcnow
from .const import DOMAIN
SCAN_INTERVAL = timedelta(seconds=15)
SCAN_INTERVAL = timedelta(seconds=10)
_LOGGER = logging.getLogger(__name__)