diff --git a/source/docs/use/type/appdaemon.md b/source/docs/use/type/appdaemon.md index 665a7ea8..bb8b082d 100644 --- a/source/docs/use/type/appdaemon.md +++ b/source/docs/use/type/appdaemon.md @@ -19,7 +19,7 @@ See the documentation for more information about [configuring HACS](/docs/use/co ## AppDaemon apps download location !!! info - Any AppDaemon app downloaded with HACS is stored in `appdaemon/apps/` in your Home Assistant configuration directory. + Any AppDaemon app downloaded with HACS is stored in your [Home Assistant configuration directory](https://www.home-assistant.io/docs/configuration/#to-find-the-configuration-directory), under `appdaemon/apps/`. ??? nerd-mode diff --git a/source/docs/use/type/integration.md b/source/docs/use/type/integration.md index 24f7da58..6cdd006f 100644 --- a/source/docs/use/type/integration.md +++ b/source/docs/use/type/integration.md @@ -18,7 +18,7 @@ Integrations in HACS (or custom_components as they are often referred to) are co ## Integrations download location -Any Integration you download with HACS is stored in `custom_components/` in your Home Assistant configuration directory. +Any Integration you download with HACS is stored in your [Home Assistant configuration directory](https://www.home-assistant.io/docs/configuration/#to-find-the-configuration-directory), under `custom_components/`. ??? nerd-mode diff --git a/source/docs/use/type/python_script.md b/source/docs/use/type/python_script.md index f492b016..56530766 100644 --- a/source/docs/use/type/python_script.md +++ b/source/docs/use/type/python_script.md @@ -19,7 +19,7 @@ python_script: ## Python Scripts download location !!! info - Any Python Script downloaded with HACS is stored in `python_scripts/` in your Home Assistant configuration directory. + Any Python Script downloaded with HACS is stored in your [Home Assistant configuration directory](https://www.home-assistant.io/docs/configuration/#to-find-the-configuration-directory) under `python_scripts/`. ??? nerd-mode diff --git a/source/docs/use/type/template.md b/source/docs/use/type/template.md index 3f1d1a7f..e19f25ba 100644 --- a/source/docs/use/type/template.md +++ b/source/docs/use/type/template.md @@ -6,9 +6,7 @@ The templates shown in HACS are [custom templates](https://www.home-assistant.io ## Templates download location -Any template downloaded via HACS is stored under `custom_templates/` in your [Home Assistant configuration directory](https://www.home-assistant.io/docs/configuration/#configuration-directory). - - +Any template downloaded via HACS is stored in your [Home Assistant configuration directory](https://www.home-assistant.io/docs/configuration/#to-find-the-configuration-directory) under `custom_templates/`. ## No need to call the reload service diff --git a/source/docs/use/type/theme.md b/source/docs/use/type/theme.md index 9eab5b50..adbeda67 100644 --- a/source/docs/use/type/theme.md +++ b/source/docs/use/type/theme.md @@ -19,4 +19,4 @@ frontend: ## Themes download location -Any theme downloaded with HACS is stored in `themes/` in your Home Assistant configuration directory. +Any theme downloaded with HACS is stored in your [Home Assistant configuration directory](https://www.home-assistant.io/docs/configuration/#to-find-the-configuration-directory), under `themes/`.