Skip to content

Commit

Permalink
Reduce polling rate in Blink (#107386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer committed Jan 8, 2024
1 parent e7cc26d commit cc67fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/blink/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .const import DOMAIN

_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = 30
SCAN_INTERVAL = 300


class BlinkUpdateCoordinator(DataUpdateCoordinator[dict[str, Any]]):
Expand Down

0 comments on commit cc67fd8

Please sign in to comment.