core/homeassistant/components/epion/const.py

7 lines
125 B
Python
Raw Normal View History

"""Constants for the Epion API."""
from datetime import timedelta
DOMAIN = "epion"
REFRESH_INTERVAL = timedelta(minutes=1)