From 7ed715b371f4d649c27b6a36abf13623a37e87e8 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 3 Mar 2023 16:44:32 -0700 Subject: [PATCH] Make note of other supervised limitations (#5627) --- docs/docs/frigate/installation.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index f5afc37c9..03481cfd7 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -163,7 +163,10 @@ docker run -d \ :::caution -Due to limitations in Home Assistant Operating System, utilizing external storage for recordings or snapshots requires [modifying udev rules manually](https://community.home-assistant.io/t/solved-mount-usb-drive-in-hassio-to-be-used-on-the-media-folder-with-udev-customization/258406/46). +There are important limitations in Home Assistant Operating System to be aware of: +- Utilizing external storage for recordings or snapshots requires [modifying udev rules manually](https://community.home-assistant.io/t/solved-mount-usb-drive-in-hassio-to-be-used-on-the-media-folder-with-udev-customization/258406/46). +- 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. ::: @@ -194,6 +197,13 @@ There are several versions of the addon available: ## Home Assistant Supervised +:::caution + +There are important limitations in Home Assistant Supervised to be aware of: +- Nvidia GPUs are not supported because addons do not support the nvidia runtime. + +::: + :::tip If possible, it is recommended to run Frigate standalone in Docker and use [Frigate's Proxy Addon](https://github.com/blakeblackshear/frigate-hass-addons/blob/main/frigate_proxy/README.md).