Skip to content

Commit

Permalink
doc: Add documentation for track_new for To-Do lists
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Feb 12, 2024
1 parent 4523fbc commit f9cc1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation_and_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit f9cc1b8

@RogerSelwyn
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolves - #205

Please sign in to comment.