Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Blue Bin Reminder
- description: ""
- triggers:
- - at: "00:01:00"
- trigger: time
- - at: "06:15:00"
- trigger: time
- - at: "08:00:00"
- trigger: time
- - at: "09:00:00"
- trigger: time
- conditions:
- - condition: state
- entity_id: calendar.bins
- state: "on"
- - condition: state
- entity_id: calendar.bins
- attribute: message
- state: Blue Bin
- - condition: numeric_state
- entity_id: sensor.blue_bin_estimated_distance
- below: 20
- actions:
- - choose:
- - conditions:
- - condition: state
- entity_id: device_tracker.xxx_iphone
- state: home
- sequence:
- - data:
- title: Blue Bin needs putting out
- message: Please
- data:
- image: >-
- https://nabucasalinkhere.ui.nabu.casa/local/bluebin.png
- action: notify.mobile_app_xxx_iphone
- alias: Notify xxx if Home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement