|
| def | async_oauth_create_entry (self, data) |
| |
| ConfigFlowResult | async_step_environment (self, dict[str, str]|None user_input=None) |
| |
| ConfigFlowResult | async_step_local (self, dict[str, str]|None user_input=None) |
| |
| ConfigFlowResult | async_step_user (self, dict[str, Any]|None user_input=None) |
| |
| ConfigFlowResult | async_step_zeroconf (self, zeroconf.ZeroconfServiceInfo discovery_info) |
| |
| ConfigFlowResult | async_step_zeroconf_confirm (self, dict[str, Any]|None user_input=None) |
| |
| def | is_cloud_device_already_added (self) |
| |
| logging.Logger | logger (self) |
| |
Config Smappee config flow.
Definition at line 24 of file config_flow.py.
◆ async_oauth_create_entry()
| def homeassistant.components.smappee.config_flow.SmappeeFlowHandler.async_oauth_create_entry |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ async_step_environment()
| ConfigFlowResult homeassistant.components.smappee.config_flow.SmappeeFlowHandler.async_step_environment |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
◆ async_step_local()
| ConfigFlowResult homeassistant.components.smappee.config_flow.SmappeeFlowHandler.async_step_local |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
◆ async_step_user()
| ConfigFlowResult homeassistant.components.smappee.config_flow.SmappeeFlowHandler.async_step_user |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ async_step_zeroconf()
◆ async_step_zeroconf_confirm()
| ConfigFlowResult homeassistant.components.smappee.config_flow.SmappeeFlowHandler.async_step_zeroconf_confirm |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ is_cloud_device_already_added()
| def homeassistant.components.smappee.config_flow.SmappeeFlowHandler.is_cloud_device_already_added |
( |
|
self | ) |
|
Check if a CLOUD device has already been added.
Definition at line 203 of file config_flow.py.
◆ logger()
| logging.Logger homeassistant.components.smappee.config_flow.SmappeeFlowHandler.logger |
( |
|
self | ) |
|
◆ DOMAIN
| homeassistant.components.smappee.config_flow.SmappeeFlowHandler.DOMAIN = DOMAIN |
|
static |
◆ ip_address
| homeassistant.components.smappee.config_flow.SmappeeFlowHandler.ip_address |
◆ serial_number
| homeassistant.components.smappee.config_flow.SmappeeFlowHandler.serial_number |
The documentation for this class was generated from the following file: