Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.scrape.config_flow.ScrapeConfigFlowHandler
 

Namespaces

 homeassistant.components.scrape.config_flow
 

Functions

dict[str, Any] homeassistant.components.scrape.config_flow.get_edit_sensor_suggested_values (SchemaCommonFlowHandler handler)
 
vol.Schema homeassistant.components.scrape.config_flow.get_remove_sensor_schema (SchemaCommonFlowHandler handler)
 
vol.Schema homeassistant.components.scrape.config_flow.get_select_sensor_schema (SchemaCommonFlowHandler handler)
 
dict[str, Any] homeassistant.components.scrape.config_flow.validate_remove_sensor (SchemaCommonFlowHandler handler, dict[str, Any] user_input)
 
dict[str, Any] homeassistant.components.scrape.config_flow.validate_rest_setup (SchemaCommonFlowHandler handler, dict[str, Any] user_input)
 
dict[str, Any] homeassistant.components.scrape.config_flow.validate_select_sensor (SchemaCommonFlowHandler handler, dict[str, Any] user_input)
 
dict[str, Any] homeassistant.components.scrape.config_flow.validate_sensor_edit (SchemaCommonFlowHandler handler, dict[str, Any] user_input)
 
dict[str, Any] homeassistant.components.scrape.config_flow.validate_sensor_setup (SchemaCommonFlowHandler handler, dict[str, Any] user_input)
 

Variables

dictionary homeassistant.components.scrape.config_flow.CONFIG_FLOW
 
 homeassistant.components.scrape.config_flow.DATA_SCHEMA_EDIT_SENSOR = vol.Schema(SENSOR_SETUP)
 
 homeassistant.components.scrape.config_flow.DATA_SCHEMA_RESOURCE = vol.Schema(RESOURCE_SETUP)
 
 homeassistant.components.scrape.config_flow.DATA_SCHEMA_SENSOR
 
dictionary homeassistant.components.scrape.config_flow.OPTIONS_FLOW
 
dictionary homeassistant.components.scrape.config_flow.RESOURCE_SETUP
 
dictionary homeassistant.components.scrape.config_flow.SENSOR_SETUP