1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-19 12:37:06 +00:00
Steven Looman 6e7a7ba4a0 Fix upnp logger name ()
* Fix upnp logger name

* Fix more loggers
2019-05-07 15:52:48 -07:00

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'