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

Classes

class  IcloudFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_TRUSTED_DEVICE = "trusted_device"
 
string CONF_VERIFICATION_CODE = "verification_code"
 

Detailed Description

Config flow to configure the iCloud integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.icloud.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 38 of file config_flow.py.

◆ CONF_TRUSTED_DEVICE

string homeassistant.components.icloud.config_flow.CONF_TRUSTED_DEVICE = "trusted_device"

Definition at line 35 of file config_flow.py.

◆ CONF_VERIFICATION_CODE

string homeassistant.components.icloud.config_flow.CONF_VERIFICATION_CODE = "verification_code"

Definition at line 36 of file config_flow.py.