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
|**Active**| Pause tasks when disabled (sensor shows `inactive` state) |
74
+
|**Active Override**| Select an `input_boolean` helper to override the Active setting at runtime |
74
75
|**Task Interval & Unit**| Modify how often the task repeats |
76
+
|**Task Interval Override**| Select an `input_number` helper (value in days) to override the Task Interval at runtime |
75
77
|**Material Design Icon**| Choose an icon for the sensor (available as attribute for notifications) |
76
78
|**Tags**| Add keywords for filtering in automations/templates (e.g., assignees, notification times) |
77
-
|**Todo Lists**| Select Local Todo lists for automatic task addition when due |
79
+
|**Todo Lists**| Select Todo lists for automatic task addition when due|
78
80
|**Todo List Offset**| Add task to lists `n` days before due date |
81
+
|**Todo List Offset Override**| Select an `input_number` helper (value in days) to override the Todo List Offset at runtime |
79
82
|**Notification Interval**| Reference value for automation/template notification timing |
80
83
81
-
> **Note:** Tags and notification intervals require you to implement filtering logic in your own automations.
84
+
> **Note:** Tags and notification intervals require you to implement filtering logic in your own automations.
85
+
>
86
+
> **Override fields:** When an override helper is selected, its current value takes precedence over the configured option. If the helper is `unavailable` or `unknown`, the configured value is used as a fallback. Override values react to helper state changes in real time, allowing non-admin users to adjust task behaviour through dashboard tiles or scripts without needing access to integration settings.
0 commit comments