Skip to content

Commit

Permalink
fix: Remove unused take out waste reminder automation
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Jun 28, 2024
1 parent 70325e6 commit c59e448
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions automations/apple_watch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,29 +220,6 @@
entity_id: climate.living_room
temperature: "{{ temperature }}"

- alias: "Apple Watch: Take out waste reminder"
description: ""
mode: single
trigger:
- platform: time
at: "20:30:00"
- platform: event
event_type: ios.action_fired
event_data:
actionName: Afvalbeheer
condition:
- condition: or
conditions:
- condition: state
entity_id: sensor.mijnafvalwijzer_morgen
state: restafval
- condition: state
entity_id: sensor.mijnafvalwijzer_morgen
state: papier
action:
- service: script.trash_notification
data: {}

- alias: "Apple Watch: Dishwasher finished notification"
mode: single
description: ""
Expand Down

0 comments on commit c59e448

Please sign in to comment.