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

Classes

class  KostalPlenticoreConfigFlow
 

Functions

str test_connection (HomeAssistant hass, data)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DATA_SCHEMA
 

Detailed Description

Config flow for Kostal Plenticore Solar Inverter integration.

Function Documentation

◆ test_connection()

str homeassistant.components.kostal_plenticore.config_flow.test_connection ( HomeAssistant  hass,
  data 
)
Test the connection to the inverter.

Data has the keys from DATA_SCHEMA with values provided by the user.

Definition at line 28 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file config_flow.py.

◆ DATA_SCHEMA

homeassistant.components.kostal_plenticore.config_flow.DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_HOST): str,
4  vol.Required(CONF_PASSWORD): str,
5  }
6 )

Definition at line 20 of file config_flow.py.