mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
Fix missing target in todo.remove_completed_items service (#105127)
This commit is contained in:
@@ -86,3 +86,8 @@ remove_item:
|
||||
text:
|
||||
|
||||
remove_completed_items:
|
||||
target:
|
||||
entity:
|
||||
domain: todo
|
||||
supported_features:
|
||||
- todo.TodoListEntityFeature.DELETE_TODO_ITEM
|
||||
|
Reference in New Issue
Block a user