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" |
Config flow to configure deCONZ component.
| 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.
| string homeassistant.components.deconz.config_flow.CONF_MANUAL_INPUT = "Manually define gateway" |
Definition at line 51 of file config_flow.py.
| string homeassistant.components.deconz.config_flow.CONF_SERIAL = "serial" |
Definition at line 50 of file config_flow.py.
| string homeassistant.components.deconz.config_flow.DECONZ_MANUFACTURERURL = "http://www.dresden-elektronik.de" |
Definition at line 49 of file config_flow.py.