From 6146afe8f70a255fef977630d7c8351824775618 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 19 Aug 2023 15:19:52 -0600 Subject: [PATCH] Make clear only network storage is supported for addon (#7505) * Make clear only network storage is supported for addon * fix typo Co-authored-by: Blake Blackshear --------- Co-authored-by: Blake Blackshear --- docs/docs/frigate/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index eb6aed56c..a15bd8d6c 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -163,9 +163,10 @@ docker run -d \ :::caution -As of HomeAssistant OS 10.2 and Core 2023.6 defining separate storage for media is supported. +As of HomeAssistant OS 10.2 and Core 2023.6 defining separate network storage for media is supported. There are important limitations in Home Assistant Operating System to be aware of: +- Separate local storage for media is not yet supported by Home Assistant - AMD GPUs are not supported because HA OS does not include the mesa driver. - Nvidia GPUs are not supported because addons do not support the nvidia runtime.