mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: abmantis <974569+abmantis@users.noreply.github.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
9 lines
165 B
YAML
9 lines
165 B
YAML
.trigger_common: &trigger_common
|
|
target:
|
|
entity:
|
|
domain: todo
|
|
|
|
item_added: *trigger_common
|
|
item_completed: *trigger_common
|
|
item_removed: *trigger_common
|