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

Classes

class  ZeverSolarConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_USER_DATA_SCHEMA
 

Detailed Description

Config flow for zeversolar integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.zeversolar.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

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

Definition at line 19 of file config_flow.py.