Home Assistant Unofficial Reference
2024.12.1
Classes
|
Variables
homeassistant.components.vesync.config_flow Namespace Reference
Classes
class
VeSyncFlowHandler
Variables
DATA_SCHEMA
Detailed Description
Config flow utilities.
Variable Documentation
◆
DATA_SCHEMA
homeassistant.components.vesync.config_flow.DATA_SCHEMA
Initial value:
1
= vol.Schema(
2
{
3
vol.Required(CONF_USERNAME): cv.string,
4
vol.Required(CONF_PASSWORD): cv.string,
5
}
6
)
Definition at line
15
of file
config_flow.py
.
homeassistant
components
vesync
config_flow
Generated by
1.9.1