1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Convert Hue to always use config entries (#13034)

This commit is contained in:
Paulus Schoutsen
2018-03-29 20:15:40 -07:00
committed by GitHub
parent 1ae8b6ee08
commit 184f2be83e
14 changed files with 914 additions and 527 deletions

View File

@@ -0,0 +1,6 @@
"""Constants for the Hue component."""
import logging
LOGGER = logging.getLogger('homeassistant.components.hue')
DOMAIN = "hue"
API_NUPNP = 'https://www.meethue.com/api/nupnp'