mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56:31 +00:00
Update wording in notification (#2438)
* Update wording in notification * Update notify.py
This commit is contained in:
parent
88eb9511bf
commit
8d8587ca29
@ -48,7 +48,7 @@ class ResolutionNotify(CoreSysAttributes):
|
|||||||
messages.append(
|
messages.append(
|
||||||
{
|
{
|
||||||
"title": "Security notification",
|
"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",
|
"notification_id": "supervisor_update_home_assistant_2021_1_3",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user