Skip to content

Commit

Permalink
Merge pull request #220 from cantupaz/main
Browse files Browse the repository at this point in the history
re-introduce scan_interval
  • Loading branch information
cantupaz authored Mar 25, 2024
2 parents 6666926 + 82f8a99 commit 090f022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/securitas/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
}

_LOGGER = logging.getLogger(__name__)
# SCAN_INTERVAL = timedelta(seconds=1200) # FIXME: is this used?

SCAN_INTERVAL = timedelta(seconds=1200)


async def async_setup_entry(
Expand Down

0 comments on commit 090f022

Please sign in to comment.