core/homeassistant/components/niko_home_control/const.py

7 lines
135 B
Python

"""Constants for niko_home_control integration."""
import logging
DOMAIN = "niko_home_control"
_LOGGER = logging.getLogger(__name__)