Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.generic.config_flow.CameraImagePreview
 
class  homeassistant.components.generic.config_flow.GenericIPCamConfigFlow
 
class  homeassistant.components.generic.config_flow.GenericOptionsFlowHandler
 

Namespaces

 homeassistant.components.generic.config_flow
 

Functions

tuple[dict[str, str], str|None] homeassistant.components.generic.config_flow.async_test_still (HomeAssistant hass, Mapping[str, Any] info)
 
dict[str, str] homeassistant.components.generic.config_flow.async_test_stream (HomeAssistant hass, Mapping[str, Any] info)
 
vol.Schema homeassistant.components.generic.config_flow.build_schema (Mapping[str, Any] user_input, bool is_options_flow=False, bool show_advanced_options=False)
 
str|None homeassistant.components.generic.config_flow.get_image_type (bytes image)
 
None homeassistant.components.generic.config_flow.register_preview (HomeAssistant hass)
 
str|None homeassistant.components.generic.config_flow.slug (HomeAssistant hass, str|template_helper.Template|None template)
 

Variables

 homeassistant.components.generic.config_flow._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.generic.config_flow.DEFAULT_DATA
 
string homeassistant.components.generic.config_flow.IMAGE_PREVIEWS_ACTIVE = "previews"
 
dictionary homeassistant.components.generic.config_flow.SUPPORTED_IMAGE_TYPES = {"png", "jpeg", "gif", "svg+xml", "webp"}