diff --git a/docs/installation_and_configuration.md b/docs/installation_and_configuration.md index 23cf85d..5ea6e01 100644 --- a/docs/installation_and_configuration.md +++ b/docs/installation_and_configuration.md @@ -91,6 +91,7 @@ Key | Type | Required | Description `max_items` | `integer` | `False` | Max number of items to retrieve (default 5) `is_unread` | `boolean` | `False` | True=Only get unread, False=Only get read, Not set=Get all `download_attachments` | `boolean` | `False` | **True**=Download attachments, False=Don't download attachments +`show_body` | `boolean` | `False` | **True**=Show body on entity, False=Don't show body on entity `html_body` | `boolean` | `False` | True=Output HTML body, **False**=Output plain text body #### query_sensors @@ -108,6 +109,7 @@ Key | Type | Required | Description `subject_is` | `string` | `False` | Only get emails where the subject equals exactly this string (Mutually exclusive with `subject_contains`) `download_attachments` | `boolean` | `False` | **True**=Download attachments, False=Don't download attachments `html_body` | `boolean` | `False` | True=Output HTML body, **False**=Output plain text body +`show_body` | `boolean` | `False` | **True**=Show body on entity, False=Don't show body on entity `body_contains` | `string` | `False` | Only get emails where the body contains this string #### status_sensors (not for personal accounts)