1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-03 20:56:06 +01:00
Files
core/homeassistant/components/lacrosse_view/const.py
T
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)