Update template docs for Persistent Notification

This commit is contained in:
J. Nick Koston 2023-06-06 15:02:34 -05:00 committed by GitHub
parent a5efc129bc
commit faf1d09ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1063,6 +1063,12 @@ To evaluate a response, go to **{% my developer_template title="Developer Tools
{% endraw %}
### Using templates with the Persistent Notification integration
The [Persistent Notification](/integrations/persistent_notification/) integration notifications can be access via the `persistent_notification()` call.
Example Template {% raw %}`{{ persistent_notifications() }}`{% endraw %}
### Using templates with the MQTT integration
The [MQTT integration](/integrations/mqtt/) relies heavily on templates. Templates are used to transform incoming payloads (value templates) to status updates or incoming service calls (command templates) to payloads that configure the MQTT device.