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

Classes

class  EnergyFlipConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DATA_SCHEMA
 

Detailed Description

Config flow for EnergyFlip integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file config_flow.py.

◆ DATA_SCHEMA

homeassistant.components.huisbaasje.config_flow.DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {vol.Required(CONF_USERNAME): str, vol.Required(CONF_PASSWORD): str}
3 )

Definition at line 17 of file config_flow.py.