From ad8a4f63c4d43440ad3169f649e1293b99fcb8df Mon Sep 17 00:00:00 2001 From: Zachary Laughlin <33877007+ZaxLofful@users.noreply.github.com> Date: Thu, 18 Sep 2025 00:30:09 -0700 Subject: [PATCH] Add warning note about containerized version limitations (#7704) --- frontend/public/json/homeassistant.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/homeassistant.json b/frontend/public/json/homeassistant.json index faaa7879a..73cded444 100644 --- a/frontend/public/json/homeassistant.json +++ b/frontend/public/json/homeassistant.json @@ -32,6 +32,10 @@ "password": null }, "notes": [ + { + "text": "Containerized version doesn't allow Home Assistant add-ons.", + "type": "warning" + }, { "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", "type": "warning"