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

Classes

class  LektricoFlowHandler
 

Variables

 STEP_USER_DATA_SCHEMA
 

Detailed Description

Config flow for Lektrico Charging Station.

Variable Documentation

◆ STEP_USER_DATA_SCHEMA

homeassistant.components.lektrico.config_flow.STEP_USER_DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_HOST): str,
4  }
5 )

Definition at line 23 of file config_flow.py.