Files
core/homeassistant/components/autoskope/const.py
T

10 lines
239 B
Python

"""Constants for the Autoskope integration."""
from datetime import timedelta
DOMAIN = "autoskope"
DEFAULT_HOST = "https://portal.autoskope.de"
SECTION_ADDITIONAL_SETTINGS = "additional_settings"
UPDATE_INTERVAL = timedelta(seconds=60)