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

Classes

class  FilesizeConfigFlow
 

Functions

tuple[str|None, dict[str, str]] validate_path (HomeAssistant hass, str path)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 DATA_SCHEMA = vol.Schema({vol.Required(CONF_FILE_PATH): str})
 

Detailed Description

The filesize config flow.

Function Documentation

◆ validate_path()

tuple[str | None, dict[str, str]] homeassistant.components.filesize.config_flow.validate_path ( HomeAssistant  hass,
str  path 
)
Validate path.

Definition at line 22 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file config_flow.py.

◆ DATA_SCHEMA

homeassistant.components.filesize.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_FILE_PATH): str})

Definition at line 17 of file config_flow.py.