core/homeassistant/components/hue/const.py

7 lines
158 B
Python
Raw Normal View History

"""Constants for the Hue component."""
import logging
LOGGER = logging.getLogger(__package__)
DOMAIN = "hue"
2019-07-31 19:25:30 +00:00
API_NUPNP = "https://www.meethue.com/api/nupnp"