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