hass-core/homeassistant/components/openuv/const.py

7 lines
146 B
Python
Raw Normal View History

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