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" |
Config flow for Lutron Caseta.
|
private |
Definition at line 41 of file config_flow.py.
| 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.
| string homeassistant.components.lutron_caseta.config_flow.ENTRY_DEFAULT_TITLE = "Caséta bridge" |
Definition at line 43 of file config_flow.py.
| dictionary homeassistant.components.lutron_caseta.config_flow.FILE_MAPPING |
Definition at line 35 of file config_flow.py.
| string homeassistant.components.lutron_caseta.config_flow.HOSTNAME = "hostname" |
Definition at line 32 of file config_flow.py.
| string homeassistant.components.lutron_caseta.config_flow.TLS_ASSET_TEMPLATE = "lutron_caseta-{}-{}.pem" |
Definition at line 46 of file config_flow.py.