"""Constants for the LaCrosse View integration."""
import logging
DOMAIN = "lacrosse_view"
LOGGER = logging.getLogger(__package__)
SCAN_INTERVAL = 30