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

Classes

class  LutronCasetaFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DATA_SCHEMA_USER = vol.Schema({vol.Required(CONF_HOST): str})
 
string ENTRY_DEFAULT_TITLE = "Caséta bridge"
 
dictionary FILE_MAPPING
 
string HOSTNAME = "hostname"
 
string TLS_ASSET_TEMPLATE = "lutron_caseta-{}-{}.pem"
 

Detailed Description

Config flow for Lutron Caseta.

Variable Documentation

◆ _LOGGER

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

Definition at line 41 of file config_flow.py.

◆ DATA_SCHEMA_USER

homeassistant.components.lutron_caseta.config_flow.DATA_SCHEMA_USER = vol.Schema({vol.Required(CONF_HOST): str})

Definition at line 45 of file config_flow.py.

◆ ENTRY_DEFAULT_TITLE

string homeassistant.components.lutron_caseta.config_flow.ENTRY_DEFAULT_TITLE = "Caséta bridge"

Definition at line 43 of file config_flow.py.

◆ FILE_MAPPING

dictionary homeassistant.components.lutron_caseta.config_flow.FILE_MAPPING
Initial value:
1 = {
2  PAIR_KEY: CONF_KEYFILE,
3  PAIR_CERT: CONF_CERTFILE,
4  PAIR_CA: CONF_CA_CERTS,
5 }

Definition at line 35 of file config_flow.py.

◆ HOSTNAME

string homeassistant.components.lutron_caseta.config_flow.HOSTNAME = "hostname"

Definition at line 32 of file config_flow.py.

◆ TLS_ASSET_TEMPLATE

string homeassistant.components.lutron_caseta.config_flow.TLS_ASSET_TEMPLATE = "lutron_caseta-{}-{}.pem"

Definition at line 46 of file config_flow.py.