1
0
mirror of https://github.com/home-assistant/core.git synced 2025-11-17 06:50:12 +00:00
Files
core/homeassistant/components/loqed/const.py
2024-03-08 20:38:34 +01:00

5 lines
98 B
Python

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