Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.watttime.config_flow.WattTimeConfigFlow
 
class  homeassistant.components.watttime.config_flow.WattTimeOptionsFlowHandler
 

Namespaces

 homeassistant.components.watttime.config_flow
 

Functions

str homeassistant.components.watttime.config_flow.get_unique_id (dict[str, Any] data)
 

Variables

string homeassistant.components.watttime.config_flow.CONF_LOCATION_TYPE = "location_type"
 
string homeassistant.components.watttime.config_flow.LOCATION_TYPE_COORDINATES = "Specify coordinates"
 
string homeassistant.components.watttime.config_flow.LOCATION_TYPE_HOME = "Use home location"
 
 homeassistant.components.watttime.config_flow.STEP_COORDINATES_DATA_SCHEMA
 
 homeassistant.components.watttime.config_flow.STEP_LOCATION_DATA_SCHEMA
 
 homeassistant.components.watttime.config_flow.STEP_REAUTH_CONFIRM_DATA_SCHEMA
 
 homeassistant.components.watttime.config_flow.STEP_USER_DATA_SCHEMA