Skip to content

Commit

Permalink
re-enable scan_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
cantupaz committed Mar 24, 2024
1 parent c974f62 commit 82f8a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/securitas/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
}

_LOGGER = logging.getLogger(__name__)

SCAN_INTERVAL = timedelta(seconds=1200)


Expand Down

0 comments on commit 82f8a99

Please sign in to comment.