diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown index f41c2fd1168..0e77a6bb719 100644 --- a/source/_components/downloader.markdown +++ b/source/_components/downloader.markdown @@ -23,9 +23,12 @@ downloader: download_dir: downloads ``` -Configuration variables: - -- **download_dir** (*Required*): If the path is not absolute, it's assumed to be relative to the Home Assistant configuration directory (eg. `.homeassistant/downloads`). +{% configuration %} +download_dir: + description: "If the path is not absolute, it's assumed to be relative to the Home Assistant configuration directory (eg. `.homeassistant/downloads`)." + required: true + type: string +{% endconfiguration %} ### {% linkable_title Use the service %}