hass-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

7 lines
120 B
Python

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