1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-29 19:57:40 +01:00
Files
2026-05-13 17:48:03 +02:00

8 lines
175 B
Python

"""Constants for the LaCrosse View integration."""
from datetime import timedelta
DOMAIN = "lacrosse_view"
SCAN_INTERVAL = 60
STALE_DATA_THRESHOLD = timedelta(seconds=3600)