mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add initial persistant notification docs
This commit is contained in:
parent
f0e8cefa46
commit
37969a2c03
18
source/_components/persistent_notification.markdown
Normal file
18
source/_components/persistent_notification.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Persistent notification"
|
||||||
|
description: "Instructions on how to integrate persistant notifications into Home Assistant."
|
||||||
|
date: 2016-06-25 10:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: home-assistant.png
|
||||||
|
ha_category: Other
|
||||||
|
ha_release: 0.23
|
||||||
|
---
|
||||||
|
|
||||||
|
The `persistant_notification` component exposes configuraation errors to the frontend.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user