Skip to content

Commit

Permalink
Tidy up blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jan 25, 2024
1 parent e507153 commit 19cee94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/blueprints/battery_notes_battery_replaced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ blueprint:
default: []
selector:
action:
mode: queued

trigger:
- platform: event
event_type: battery_notes_battery_increased

condition: []

action:
- service: battery_notes.set_battery_replaced
data:
device_id: "{{ trigger.event.data.device_id }}"
- alias: "Run user on replaced actions"
choose: []
default: !input 'on_replaced_actions'

mode: queued

0 comments on commit 19cee94

Please sign in to comment.