Reduce roku poll rate by 5s (#63952)
This commit is contained in:
parent
d057850971
commit
93075d5cea
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue