mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add ´uid´ to ´imap´ event (#32082)
This commit is contained in:
parent
a509dc6edf
commit
8a82d6c793
@ -133,6 +133,8 @@ custom:
|
||||
description: Holds the result of the custom event data [template](/docs/configuration/templating). All attributes are available as a variable in the template.
|
||||
initial:
|
||||
description: Returns `True` if this is the initial event for the last message received. When a message within the search scope is removed and the last message received has not been changed, then an `imap_content` event is generated and the `initial` property is set to `False`. Note that if no `Message-ID` header was set on the triggering email, the `initial` property will always be set to `True`.
|
||||
uid:
|
||||
description: Latest `uid` of the message.
|
||||
|
||||
{% endconfiguration_basic %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user