1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 04:05:01 +01:00
Files
core/homeassistant/components/loqed/const.py
T

6 lines
99 B
Python

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