Skip to content

Commit

Permalink
Update entity.rst: fixed a typoe
Browse files Browse the repository at this point in the history
The description of the "allowlist" entity option seems to have been copied from the "blocklist" entity option
  • Loading branch information
thermevos authored Sep 30, 2024
1 parent 76252ea commit 0111ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/entity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Entity Options
maxDaysToShow integer ``7`` Maximum number of days to show. Overrides main configuration maxDaysToShow for this calendar
blocklist string ``null`` Simple case insensitive regex to ignore events that match title
blocklistLocation string ``null`` Simple case insensitive regex to ignore events that match location
allowlist string ``null`` Simple case insensitive regex to ignore events that match title
allowlist string ``null`` Simple case insensitive regex to only add events that match title
allowlistLocation string ``null`` Simple case insensitive regex to only add events that match location
showMultiDay boolean ``false`` Split multi-day events across all days
name string ``null`` Add a calendar name to be shown with event
Expand Down

0 comments on commit 0111ffa

Please sign in to comment.