From 8d8587ca29bd32594af0ec2649486d205ef0dfab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 15 Jan 2021 21:49:52 +0100 Subject: [PATCH] Update wording in notification (#2438) * Update wording in notification * Update notify.py --- supervisor/resolution/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/resolution/notify.py b/supervisor/resolution/notify.py index ef26ba9a0..d1ce92796 100644 --- a/supervisor/resolution/notify.py +++ b/supervisor/resolution/notify.py @@ -48,7 +48,7 @@ class ResolutionNotify(CoreSysAttributes): messages.append( { "title": "Security notification", - "message": "The Supervisor detected that this version of Home Assistant is insecure. [Update as soon as possible.](/hassio/dashboard)\n\nFor more information see the [Security bulletin](https://www.home-assistant.io/blog/2021/01/14/security-bulletin/).", + "message": "The Supervisor detected that this version of Home Assistant could be insecure in combination with custom integrations. [Update as soon as possible.](/hassio/dashboard)\n\nFor more information see the [Security bulletin](https://www.home-assistant.io/blog/2021/01/14/security-bulletin/).", "notification_id": "supervisor_update_home_assistant_2021_1_3", } )