mirror of
https://github.com/home-assistant/core.git
synced 2026-05-25 09:49:52 +01:00
4b1de61110
* Use relative imports inside integrations * Lint * Fix automation tests * Fix scene imports
7 lines
150 B
Python
7 lines
150 B
Python
"""Constants for the Hue component."""
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger('.')
|
|
DOMAIN = "hue"
|
|
API_NUPNP = 'https://www.meethue.com/api/nupnp'
|