mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-29 16:07:34 +02:00
7 lines
158 B
Python
7 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"
|