Namespaces | |
| camera | |
| config_flow | |
| const | |
| util | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.CAMERA] |
The local_file component.
| bool homeassistant.components.local_file.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Local file from a config entry.
Definition at line 14 of file __init__.py.
| bool homeassistant.components.local_file.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Local file config entry.
Definition at line 30 of file __init__.py.
| None homeassistant.components.local_file.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 35 of file __init__.py.
| list homeassistant.components.local_file.PLATFORMS = [Platform.CAMERA] |
Definition at line 11 of file __init__.py.