hass-core/homeassistant/components/hue/const.py
Paulus Schoutsen 4de97abc3a Black
2019-07-31 12:25:30 -07:00

6 lines
158 B
Python

"""Constants for the Hue component."""
import logging
LOGGER = logging.getLogger(__package__)
DOMAIN = "hue"
API_NUPNP = "https://www.meethue.com/api/nupnp"