mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update template docs for Persistent Notification
This commit is contained in:
parent
a5efc129bc
commit
faf1d09ee4
@ -1063,6 +1063,12 @@ To evaluate a response, go to **{% my developer_template title="Developer Tools
|
|||||||
|
|
||||||
{% endraw %}
|
{% 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
|
### 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user