Classes | |
| class | AuthError |
| class | FlowHandler |
Functions | |
| dict[str, str|bool] | authenticate (HomeAssistant hass, str host, str security_code) |
| dict[str, str|bool] | get_gateway_info (HomeAssistant hass, str host, str identity, str key) |
Variables | |
| string | KEY_SECURITY_CODE = "security_code" |
Config flow for Tradfri.
| dict[str, str | bool] homeassistant.components.tradfri.config_flow.authenticate | ( | HomeAssistant | hass, |
| str | host, | ||
| str | security_code | ||
| ) |
Authenticate with a Tradfri hub.
Definition at line 130 of file config_flow.py.
| dict[str, str | bool] homeassistant.components.tradfri.config_flow.get_gateway_info | ( | HomeAssistant | hass, |
| str | host, | ||
| str | identity, | ||
| str | key | ||
| ) |
Return info for the gateway.
Definition at line 153 of file config_flow.py.
| string homeassistant.components.tradfri.config_flow.KEY_SECURITY_CODE = "security_code" |
Definition at line 20 of file config_flow.py.