I am struggling to see if a certain item is in a todo list. I have created a todo for all of my house chores called todo.chores. I am able to call todo.get_items and get back the items from the list
From there I am stuck on how to check if an item is in the list.
For context: I want to create an automation that checks if ‘Dishwasher’ is in todo.chores and perform actions if it’s in the todo.
Any idea how to do this same exact thing in Node Red?
I should be clear that the action to check a list would trigger upon the happening of event and then grab the item that appears in the to do list list and then mark the item as complete.
For example: if I have a chore that says take the trash out, the item will be marked as complete when I take the trash out without the need for me to go back in and manually check the item off the list.