hass-core/homeassistant/components/hue/const.py
Paulus Schoutsen 4b1de61110
Use relative imports inside integrations (#22235)
* Use relative imports inside integrations

* Lint

* Fix automation tests

* Fix scene imports
2019-03-20 22:56:46 -07:00

6 lines
150 B
Python

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