Classes | |
| class | LocalCalendarConfigFlow |
Functions | |
| def | save_uploaded_ics_file (HomeAssistant hass, str uploaded_file_id, str storage_key) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_IMPORT_DATA_SCHEMA | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Local Calendar integration.
| def homeassistant.components.local_calendar.config_flow.save_uploaded_ics_file | ( | HomeAssistant | hass, |
| str | uploaded_file_id, | ||
| str | storage_key | ||
| ) |
Validate the uploaded file and move it to the storage directory.
Definition at line 115 of file config_flow.py.
|
private |
Definition at line 32 of file config_flow.py.
| homeassistant.components.local_calendar.config_flow.STEP_IMPORT_DATA_SCHEMA |
Definition at line 49 of file config_flow.py.
| homeassistant.components.local_calendar.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 34 of file config_flow.py.