mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-07 21:53:53 +00:00
Enabled ios
This commit is contained in:
parent
8c70675ca6
commit
83a6d78c00
@ -1,14 +1,11 @@
|
||||
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"
|
||||
data:
|
||||
subtitle: "Just a test"
|
||||
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…
x
Reference in New Issue
Block a user