mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00
619 B
619 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Persistent notification | Instructions on how to integrate persistant notifications into Home Assistant. | 2016-06-25 10:00 | true | false | true | true | home-assistant.png | Other | 0.23 |
The persistant_notification
can be used to show a message on the frontend that has to be dismissed by the user.
The service persistent_notification/create
. Takes in message
, title
, and notification_id
. If notification_id
is given, it will overwrite the notification if there already was a notification with that id.