core/homeassistant/components/knocki/const.py

8 lines
120 B
Python
Raw Normal View History

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