1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Update wording in notification (#2438)

* Update wording in notification

* Update notify.py
This commit is contained in:
Joakim Sørensen
2021-01-15 21:49:52 +01:00
committed by GitHub
parent 88eb9511bf
commit 8d8587ca29

View File

@@ -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",
}
)