Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.downloader Namespace Reference

Namespaces

 config_flow
 
 const
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 

Detailed Description

Support for functionality to download files.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.downloader.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Listen for download events to download files.

Definition at line 33 of file __init__.py.