Skip to content

Commit

Permalink
Fix docs event example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jun 25, 2024
1 parent c6ac491 commit feae235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ action:
- service: battery_notes.set_battery_replaced
data:
device_id: "{{ trigger.event.data.device_id }}"
entity_id: "{{ trigger.event.data.source_entity_id }}"
source_entity_id: "{{ trigger.event.data.source_entity_id }}"
mode: queued
```

Expand Down

0 comments on commit feae235

Please sign in to comment.