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