Skip to content

Commit

Permalink
re-enabling scan_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
cantupaz committed Mar 22, 2024
1 parent cd97fad commit d4a79e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/securitas/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}

_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 d4a79e1

Please sign in to comment.