core/homeassistant/components/hue/const.py

7 lines
150 B
Python
Raw Normal View History

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