Home Assistant Unofficial Reference
2024.12.1
Classes
|
Variables
homeassistant.components.sensoterra.config_flow Namespace Reference
Classes
class
SensoterraConfigFlow
Variables
STEP_USER_DATA_SCHEMA
Detailed Description
Config flow for Sensoterra integration.
Variable Documentation
◆
STEP_USER_DATA_SCHEMA
homeassistant.components.sensoterra.config_flow.STEP_USER_DATA_SCHEMA
Initial value:
1
= vol.Schema(
2
{
3
vol.Required(CONF_EMAIL): TextSelector(
4
TextSelectorConfig(type=TextSelectorType.EMAIL, autocomplete=
"email"
)
5
),
6
vol.Required(CONF_PASSWORD): TextSelector(
7
TextSelectorConfig(type=TextSelectorType.PASSWORD)
8
),
9
}
10
)
Definition at line
26
of file
config_flow.py
.
homeassistant
components
sensoterra
config_flow
Generated by
1.9.1