Home Assistant Unofficial Reference
2024.12.1
Classes
|
Variables
homeassistant.components.edl21.config_flow Namespace Reference
Classes
class
EDL21ConfigFlow
Variables
DATA_SCHEMA
Detailed Description
Config flow for EDL21 integration.
Variable Documentation
◆
DATA_SCHEMA
homeassistant.components.edl21.config_flow.DATA_SCHEMA
Initial value:
1
= vol.Schema(
2
{
3
vol.Required(CONF_SERIAL_PORT): str,
4
}
5
)
Definition at line
9
of file
config_flow.py
.
homeassistant
components
edl21
config_flow
Generated by
1.9.1