mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 22:05:25 +01:00
8 lines
120 B
Python
8 lines
120 B
Python
"""Constants for the Knocki integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "knocki"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|