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

Classes

class  OSOEnergyFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 _SCHEMA_STEP_USER = vol.Schema({vol.Required(CONF_API_KEY): str})
 

Detailed Description

Config Flow for OSO Energy.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file config_flow.py.

◆ _SCHEMA_STEP_USER

homeassistant.components.osoenergy.config_flow._SCHEMA_STEP_USER = vol.Schema({vol.Required(CONF_API_KEY): str})
private

Definition at line 17 of file config_flow.py.