Last active
September 14, 2019 06:08
-
-
Save adonno/670a88d150e0067b71e76a5fa10fc602 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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