Reduce polling rate in Blink (#107386)
This commit is contained in:
parent
e7cc26d028
commit
cc67fd8a3c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
|
|||
from .const import DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
SCAN_INTERVAL = 30
|
||||
SCAN_INTERVAL = 300
|
||||
|
||||
|
||||
class BlinkUpdateCoordinator(DataUpdateCoordinator[dict[str, Any]]):
|
||||
|
|
Loading…
Add table
Reference in a new issue