From 5f11c71b6ead0d314915d2e0547a9665b9636968 Mon Sep 17 00:00:00 2001 From: Mips2648 Date: Mon, 9 Jun 2025 08:00:32 +0200 Subject: [PATCH] remove notes --- frontend/public/json/jeedom.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/frontend/public/json/jeedom.json b/frontend/public/json/jeedom.json index c4c34d27..cdd65e16 100644 --- a/frontend/public/json/jeedom.json +++ b/frontend/public/json/jeedom.json @@ -41,14 +41,5 @@ "username": "admin", "password": "admin" }, - "notes": [ - { - "text": "Use Debian 11 or 12 only", - "type": "warning" - }, - { - "text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.", - "type": "warning" - } - ] + "notes": [] }