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:
6
homeassistant/components/hue/const.py
Normal file
6
homeassistant/components/hue/const.py
Normal 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'
|
||||
Reference in New Issue
Block a user