"""Define constants for the OpenUV component."""
from datetime import timedelta

DOMAIN = 'openuv'

DEFAULT_SCAN_INTERVAL = timedelta(minutes=30)