Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hue.config_flow Namespace Reference

Classes

class  HueFlowHandler
 
class  HueV1OptionsFlowHandler
 
class  HueV2OptionsFlowHandler
 

Variables

list HUE_IGNORED_BRIDGE_NAMES = ["Home Assistant Bridge", "Espalexa"]
 
string HUE_MANUAL_BRIDGE_ID = "manual"
 
tuple HUE_MANUFACTURERURL = ("http://www.philips.com", "http://www.philips-hue.com")
 
 LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow to configure Philips Hue.

Variable Documentation

◆ HUE_IGNORED_BRIDGE_NAMES

list homeassistant.components.hue.config_flow.HUE_IGNORED_BRIDGE_NAMES = ["Home Assistant Bridge", "Espalexa"]

Definition at line 44 of file config_flow.py.

◆ HUE_MANUAL_BRIDGE_ID

string homeassistant.components.hue.config_flow.HUE_MANUAL_BRIDGE_ID = "manual"

Definition at line 45 of file config_flow.py.

◆ HUE_MANUFACTURERURL

tuple homeassistant.components.hue.config_flow.HUE_MANUFACTURERURL = ("http://www.philips.com", "http://www.philips-hue.com")

Definition at line 43 of file config_flow.py.

◆ LOGGER

homeassistant.components.hue.config_flow.LOGGER = logging.getLogger(__name__)

Definition at line 41 of file config_flow.py.