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}) | |
The filesize config flow.
| 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.
|
private |
Definition at line 19 of file config_flow.py.
| homeassistant.components.filesize.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_FILE_PATH): str}) |
Definition at line 17 of file config_flow.py.