Created
April 13, 2025 21:20
-
-
Save jlpouffier/40af65da206b12c4d190fbbc588e58f8 to your computer and use it in GitHub Desktop.
Fetch Shopping List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Get Shopping list item | |
sequence: | |
- action: todo.get_items | |
target: | |
entity_id: | |
- todo.listes_des_courses | |
response_variable: result | |
data: | |
status: needs_action | |
- stop: "" | |
response_variable: result | |
description: To be used when the user wants to get their items on their shopping list. | |
icon: mdi:basket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment