From f9cc1b8f2dead8306ff372e534b5167fadb1fa3f Mon Sep 17 00:00:00 2001 From: RogerSelwyn Date: Mon, 12 Feb 2024 19:20:31 +0000 Subject: [PATCH] doc: Add documentation for `track_new` for To-Do lists --- docs/installation_and_configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation_and_configuration.md b/docs/installation_and_configuration.md index 08bab55..c226409 100644 --- a/docs/installation_and_configuration.md +++ b/docs/installation_and_configuration.md @@ -129,6 +129,7 @@ Key | Type | Required | Description -- | -- | -- | -- `enabled` | `boolean` | `True` | True=Enables To-Do Lists, **False**=Disables To-Do Lists. `enable_update` | `boolean` | `False` | If True (**default is False**), this will enable the services to create/update/delete to-dos +`track_new` | `boolean` | `False` | If True (default), will automatically generate a todo_entity when a new to-do list is detected. The system scans for new to-do lists only on startup. #### auto_reply_sensors