Skip to content

Commit

Permalink
doc: Add show_body config attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Oct 11, 2024
1 parent 92df243 commit ad0adf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation_and_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit ad0adf4

Please sign in to comment.