7 lines
120 B
Python
7 lines
120 B
Python
"""Constants for the Knocki integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "knocki"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|