Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.downloader.const
 

Variables

 homeassistant.components.downloader.const._LOGGER = logging.getLogger(__package__)
 
string homeassistant.components.downloader.const.ATTR_FILENAME = "filename"
 
string homeassistant.components.downloader.const.ATTR_OVERWRITE = "overwrite"
 
string homeassistant.components.downloader.const.ATTR_SUBDIR = "subdir"
 
string homeassistant.components.downloader.const.ATTR_URL = "url"
 
string homeassistant.components.downloader.const.CONF_DOWNLOAD_DIR = "download_dir"
 
string homeassistant.components.downloader.const.DEFAULT_NAME = "Downloader"
 
string homeassistant.components.downloader.const.DOMAIN = "downloader"
 
string homeassistant.components.downloader.const.DOWNLOAD_COMPLETED_EVENT = "download_completed"
 
string homeassistant.components.downloader.const.DOWNLOAD_FAILED_EVENT = "download_failed"
 
string homeassistant.components.downloader.const.SERVICE_DOWNLOAD_FILE = "download_file"