From 841b0382e7c101c5c7b2777808db4ca7079db7d5 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 24 Jul 2026 13:56:51 -0700 Subject: [PATCH] homeassistant: App is stable, remove experimental warning - This app has been running on my FreedomBox without any problems with every day usage for more than 6 months. Tests: - The app description does not show experimental message anymore. App page shows up fine. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/homeassistant/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/homeassistant/__init__.py b/plinth/modules/homeassistant/__init__.py index 93776a386..d8b2180d1 100644 --- a/plinth/modules/homeassistant/__init__.py +++ b/plinth/modules/homeassistant/__init__.py @@ -45,7 +45,6 @@ _description = [ 'quality, privacy and legal reviews are done by the upstream ' 'project and not by Debian/{box_name}. Updates are performed ' 'following an independent cycle.'), box_name=_(cfg.box_name)), - format_lazy(_alert, _('Caution:'), _('This app is experimental.')), ]