Skip to content

Commit

Permalink
Define scan interval
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Dec 28, 2022
1 parent 1c3f620 commit 2e5b5b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/litterrobot/update.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Support for Litter-Robot updates."""
from __future__ import annotations

from datetime import timedelta
from typing import Any

from pylitterbot import LitterRobot4
Expand All @@ -19,6 +20,8 @@
from .const import DOMAIN
from .entity import LitterRobotEntity, LitterRobotHub

SCAN_INTERVAL = timedelta(days=1)

FIRMWARE_UPDATE_ENTITY = UpdateEntityDescription(
key="firmware",
name="Firmware",
Expand Down

0 comments on commit 2e5b5b9

Please sign in to comment.