diff --git a/source/_integrations/downloader.markdown b/source/_integrations/downloader.markdown index 47a18bcab61..4a301f880c6 100644 --- a/source/_integrations/downloader.markdown +++ b/source/_integrations/downloader.markdown @@ -28,7 +28,7 @@ download_dir: ### Use the service -Go to the "Developer Tools", then to "Call Service", and choose `downloader/download_file` from the list of available services. Fill the "Service Data" field as shown in the example below and hit "CALL SERVICE". +Go to the "Developer Tools", then to "Services", and choose `downloader/download_file` from the list of available services. Fill the "Service Data" field as shown in the example below and hit "CALL SERVICE". ```json {"url":"http://domain.tld/path/to/file"} @@ -45,8 +45,8 @@ This will download the file from the given URL. ### Download Status Events -When a download finished successfully, Home Assistant will emit a 'downloader_download_completed' event to the event bus which you can use to write automations against. -In case download failed another event 'downloader_download_failed' is emitted to indicate that the download did not complete successfully. +When a download finished successfully, Home Assistant will emit a `downloader_download_completed` event to the event bus which you can use to write automations against. +In case download failed another event `downloader_download_failed` is emitted to indicate that the download did not complete successfully. Along with the event the following payload parameters are available: