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