core/homeassistant/components/loqed/const.py

5 lines
98 B
Python

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