From 28a8ad3df0b1b545400d11bb845e84f3d10e9e42 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Mon, 2 May 2022 14:39:21 +0100 Subject: [PATCH] Tidy Downloader docs (#22595) --- source/_integrations/downloader.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: