1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 19:07:08 +00:00
Files
core/homeassistant/components/knocki/const.py
Joost Lekkerkerker 2770811dda Add Knocki integration (#119140)
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
2024-06-21 17:22:03 +02:00

8 lines
120 B
Python

"""Constants for the Knocki integration."""
import logging
DOMAIN = "knocki"
LOGGER = logging.getLogger(__package__)