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

Classes

class  DeconzFlowHandler
 
class  DeconzOptionsFlowHandler
 

Functions

DeconzHub get_master_hub (HomeAssistant hass)
 

Variables

string CONF_MANUAL_INPUT = "Manually define gateway"
 
string CONF_SERIAL = "serial"
 
string DECONZ_MANUFACTURERURL = "http://www.dresden-elektronik.de"
 

Detailed Description

Config flow to configure deCONZ component.

Function Documentation

◆ get_master_hub()

DeconzHub homeassistant.components.deconz.config_flow.get_master_hub ( HomeAssistant  hass)
Return the gateway which is marked as master.

Definition at line 55 of file config_flow.py.

Variable Documentation

◆ CONF_MANUAL_INPUT

string homeassistant.components.deconz.config_flow.CONF_MANUAL_INPUT = "Manually define gateway"

Definition at line 51 of file config_flow.py.

◆ CONF_SERIAL

string homeassistant.components.deconz.config_flow.CONF_SERIAL = "serial"

Definition at line 50 of file config_flow.py.

◆ DECONZ_MANUFACTURERURL

string homeassistant.components.deconz.config_flow.DECONZ_MANUFACTURERURL = "http://www.dresden-elektronik.de"

Definition at line 49 of file config_flow.py.