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__) | |
Config flow to configure Philips Hue.
| list homeassistant.components.hue.config_flow.HUE_IGNORED_BRIDGE_NAMES = ["Home Assistant Bridge", "Espalexa"] |
Definition at line 44 of file config_flow.py.
| string homeassistant.components.hue.config_flow.HUE_MANUAL_BRIDGE_ID = "manual" |
Definition at line 45 of file config_flow.py.
| 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.
| homeassistant.components.hue.config_flow.LOGGER = logging.getLogger(__name__) |
Definition at line 41 of file config_flow.py.