Files
core/homeassistant/components/niko_home_control/const.py
Glenn Vandeuren (aka Iondependent) 0037799bfe Change niko_home_control library to nhc to get push updates (#132750)
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>
2024-12-21 19:28:11 +01:00

7 lines
135 B
Python

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