Skip to content

Instantly share code, notes, and snippets.

@adonno
Last active September 14, 2019 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adonno/670a88d150e0067b71e76a5fa10fc602 to your computer and use it in GitHub Desktop.
Save adonno/670a88d150e0067b71e76a5fa10fc602 to your computer and use it in GitHub Desktop.
- id: '1568440451615'
alias: Mailman passed
trigger:
- entity_id: binary_sensor.openclose_8
from: 'on'
platform: state
to: 'off'
condition: []
action:
- service: notify.ios_iphoneadonno
data:
message: You've got mail
title: Mailbox
- service: notify.ios_rinas_iphone
data:
message: You've got mail
title: Mailbox
- service: persistent_notification.create
data:
message: You've got mail
notification_id: mailbox
title: Mailbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment