mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 15:00:27 +01:00
2770811dda
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for the Knocki integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "knocki"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|