Updating alerts
This commit is contained in:
commit
4b547cbb81
|
@ -1,12 +1,12 @@
|
||||||
alias: test
|
alias: test
|
||||||
trigger:
|
trigger:
|
||||||
platform: time
|
platform: time
|
||||||
# Matches every hour at 5 minutes past whole
|
minutes: 10
|
||||||
minutes: 03
|
|
||||||
seconds: 00
|
seconds: 00
|
||||||
action:
|
action:
|
||||||
##service: scene.turn_on
|
|
||||||
#entity_id: scene.livingroom_night
|
|
||||||
service: notify.ios_jeffreystonesiphone
|
service: notify.ios_jeffreystonesiphone
|
||||||
|
data:
|
||||||
|
message: "Test Alert"
|
||||||
data:
|
data:
|
||||||
message: "Test Alert"
|
message: "Test Alert"
|
||||||
|
subtitle: "Just a test"
|
||||||
|
|
|
@ -122,9 +122,6 @@ device_tracker:
|
||||||
password: !secret ICLOUD_PASS
|
password: !secret ICLOUD_PASS
|
||||||
interval_seconds: 60
|
interval_seconds: 60
|
||||||
consider_home: 180
|
consider_home: 180
|
||||||
- platform: owntracks
|
|
||||||
max_gps_accuracy: 200
|
|
||||||
consider_home: 180
|
|
||||||
|
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
|
@ -132,8 +129,9 @@ notify:
|
||||||
# username: !secret GV_USER
|
# username: !secret GV_USER
|
||||||
# password: !secret GV_PASS
|
# password: !secret GV_PASS
|
||||||
# name: googlevoice
|
# name: googlevoice
|
||||||
platform: pushbullet
|
- platform: pushbullet
|
||||||
api_key: !secret pushbullet_api
|
api_key: !secret pushbullet_api
|
||||||
|
- platform: ios
|
||||||
|
|
||||||
ifttt:
|
ifttt:
|
||||||
key: !secret IFTTT_API_KEY
|
key: !secret IFTTT_API_KEY
|
||||||
|
|
Loading…
Reference in New Issue