core/homeassistant/components/openuv/const.py

7 lines
146 B
Python

"""Define constants for the OpenUV component."""
from datetime import timedelta
DOMAIN = 'openuv'
DEFAULT_SCAN_INTERVAL = timedelta(minutes=30)