mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: VandeurenGlenn <8685280+VandeurenGlenn@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
7 lines
135 B
Python
7 lines
135 B
Python
"""Constants for niko_home_control integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "niko_home_control"
|
|
_LOGGER = logging.getLogger(__name__)
|