From 8a93d6bd29bacbdac5522780c523daf341393590 Mon Sep 17 00:00:00 2001 From: "Jaap P." Date: Sun, 1 Feb 2026 21:18:18 +0100 Subject: [PATCH] Update custom model path instructions in DOCS.md Replace add-on with Home Assistant app. Home Assistant app is used instead of app for clarity. --- whisper/DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/DOCS.md b/whisper/DOCS.md index e9de237c2..9cbf7b179 100644 --- a/whisper/DOCS.md +++ b/whisper/DOCS.md @@ -73,7 +73,7 @@ If `custom_model_type` is set to `transformers`, a HuggingFace transformers Whis To use a local custom Whisper model, first create a `models` subdirectory in the app's configuration directory if it does not already exist. Then copy your model directory into: `/addon_configs/core_whisper/models/`. Then, set the `custom_model` path to: -`/config/models/`. For a local model, the path must start with `/config/models/`, as this is how the add-on accesses your Home Assistant configuration directory through the container's mounted volume. +`/config/models/`. For a local model, the path must start with `/config/models/`, as this is how the Home Assistant app accesses your Home Assistant configuration directory through the container's mounted volume. ### Option: `custom_model_type`