Skip to content

Commit

Permalink
Update calendar_configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn authored Feb 9, 2023
1 parent c26bc47 commit 452e673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/calendar_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Key | Type | Required | Description
`name` | `string` | `True` | The name of your sensor that you’ll see in the frontend.
`track` | `boolean` | `True` | **True**=Create calendar entity. False=Don't create entity
`search` | `string` | `False` | Only get events if subject contains this string
`exclude` | `list[string]` | `False` | Exclude events where the subject contains any one of items in the list of strings
`exclude` | `list[string/regex]` | `False` | Exclude events where the subject contains any one of items in the list of strings
`start_offset` | `integer` | `False` | Number of hours to offset the start time to search for events for (negative numbers to offset into the past).
`end_offset` | `integer` | `False` | Number of hours to offset the end time to search for events for (negative numbers to offset into the past).

Expand Down

0 comments on commit 452e673

Please sign in to comment.