Increase LaCrosse View polling interval to 60 seconds (#136680)

This commit is contained in:
IceBotYT
2025-01-27 21:59:40 -05:00
committed by GitHub
parent 5a53ed9e5b
commit 517d258fb4

View File

@@ -1,4 +1,4 @@
"""Constants for the LaCrosse View integration."""
DOMAIN = "lacrosse_view"
SCAN_INTERVAL = 30
SCAN_INTERVAL = 60