You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example will generate default binary sensors for each calendar you have in your account. Those calendars will be `on` when there is an ongoing event and `off` if not. Events that last a whole day are ignored in those calendars. You have to setup custom calendars in order to take them into account or for advanced event filtering.
42
+
43
+
44
+
### {% linkable_title Custom calendars %}
45
+
46
+
You have the possibility to create multiple binary sensors for events that match certain conditions.
This will create two binary sensors for the calendar name Agenda: "HomeOffice"and "WarmupFlat". Those sensors will be `on` if there is an ongoing event matching the regular expression specified in `search`. In custom calendars, events that last a whole day are taken into account.
65
+
66
+
Please note that when you configure custom calendars, the default ones are not created anymore.
67
+
39
68
{% configuration %}
40
69
url:
41
70
required: true
@@ -68,7 +97,7 @@ custom_calendars:
68
97
type: string
69
98
search:
70
99
required: true
71
-
pending_charges: Regular expression for filtering the events
100
+
pending_charges: Regular expression for filtering the events based on the content of their summary, description or location.
0 commit comments