core/homeassistant/components/loqed/const.py

6 lines
99 B
Python

"""Constants for the loqed integration."""
DOMAIN = "loqed"
CONF_CLOUDHOOK_URL = "cloudhook_url"