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

Classes

class  TotalConnectConfigFlow
 
class  TotalConnectOptionsFlowHandler
 

Variables

 PASSWORD_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str})
 

Detailed Description

Config flow for the Total Connect component.

Variable Documentation

◆ PASSWORD_DATA_SCHEMA

homeassistant.components.totalconnect.config_flow.PASSWORD_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PASSWORD): str})

Definition at line 24 of file config_flow.py.