From 0111ffa828f9be56bba0ae69bd70a27d91e7ae57 Mon Sep 17 00:00:00 2001 From: thermevos <154764861+thermevos@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:00:38 +0200 Subject: [PATCH] Update entity.rst: fixed a typoe The description of the "allowlist" entity option seems to have been copied from the "blocklist" entity option --- docs/configuration/entity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/entity.rst b/docs/configuration/entity.rst index 006c505e..e9168e53 100644 --- a/docs/configuration/entity.rst +++ b/docs/configuration/entity.rst @@ -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