Updating Repo to match RasPi
This commit is contained in:
parent
70496ab13b
commit
d0e9db33c8
|
@ -1,8 +1,9 @@
|
|||
alias: "Good Morning"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunrise
|
||||
offset: "-00:30:00"
|
||||
platform: time
|
||||
hours: 05
|
||||
minutes: 15
|
||||
seconds: 00
|
||||
action:
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.livingroom_normal
|
||||
|
|
|
@ -5,7 +5,6 @@ trigger:
|
|||
zone: zone.home
|
||||
entity_id: device_tracker.jeffreystonesiphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
- service: notify.ios_katherinestonesiphone
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff is arriving home"
|
||||
message: "Jeff is home"
|
||||
|
|
|
@ -5,7 +5,6 @@ trigger:
|
|||
zone: zone.home
|
||||
entity_id: device_tracker.jeffreystonesiphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
- service: notify.ios_katherinestonesiphone
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff has left home"
|
||||
message: "Jeff left home"
|
||||
|
|
|
@ -5,7 +5,6 @@ trigger:
|
|||
zone: zone.summit
|
||||
entity_id: device_tracker.jeffreystonesiphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
- service: notify.ios_katherinestonesiphone
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff is arriving at Summit"
|
||||
message: "Jeff arrived at Summit"
|
||||
|
|
|
@ -5,7 +5,6 @@ trigger:
|
|||
zone: zone.summit
|
||||
entity_id: device_tracker.jeffreystonesiphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
- service: notify.ios_katherinestonesiphone
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff has left summit"
|
||||
message: "Jeff left summit"
|
||||
|
|
|
@ -3,8 +3,8 @@ trigger:
|
|||
platform: zone
|
||||
event: enter
|
||||
zone: zone.home
|
||||
entity_id: device_tracker.katherinesiphone
|
||||
entity_id: device_tracker.katherinestonesiphone
|
||||
action:
|
||||
- service: notify.ios_jeffreystonesiphone
|
||||
data:
|
||||
message: "Kat is arriving home"
|
||||
message: "Kat is home"
|
||||
|
|
|
@ -3,8 +3,8 @@ trigger:
|
|||
platform: zone
|
||||
event: leave
|
||||
zone: zone.home
|
||||
entity_id: device_tracker.katherinesiphone
|
||||
entity_id: device_tracker.katherinestonesiphone
|
||||
action:
|
||||
- service: notify.ios_jeffreystonesiphone
|
||||
data:
|
||||
message: "Kat has left home"
|
||||
message: "Kat left home"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
alias: "Sunrise Inside off"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunrise
|
||||
offset: "+01:00:00"
|
||||
platform: time
|
||||
hours: 07
|
||||
minutes: 00
|
||||
seconds: 00
|
||||
action:
|
||||
service: script.inside_all_off
|
|
@ -78,8 +78,8 @@ zone 8:
|
|||
icon: mdi:office
|
||||
|
||||
mqtt:
|
||||
broker: 192.168.1.10
|
||||
port: 8883
|
||||
broker: 192.168.1.20
|
||||
port: 1883
|
||||
username: !secret MQTT_USER
|
||||
password: !secret MQTT_PASS
|
||||
|
||||
|
@ -114,7 +114,6 @@ device_tracker:
|
|||
mode: router
|
||||
username: !secret ROUTER_USER
|
||||
password: !secret ROUTER_PASS
|
||||
track_new_devices: yes
|
||||
interval_seconds: 60
|
||||
consider_home: 180
|
||||
- platform: icloud
|
||||
|
@ -122,6 +121,7 @@ device_tracker:
|
|||
password: !secret ICLOUD_PASS
|
||||
interval_seconds: 60
|
||||
consider_home: 180
|
||||
- platform: bluetooth_tracker
|
||||
|
||||
|
||||
notify:
|
||||
|
@ -129,9 +129,9 @@ notify:
|
|||
# username: !secret GV_USER
|
||||
# password: !secret GV_PASS
|
||||
# name: googlevoice
|
||||
- platform: pushbullet
|
||||
api_key: !secret pushbullet_api
|
||||
- platform: ios
|
||||
# - platform: pushbullet
|
||||
# api_key: !secret pushbullet_api
|
||||
platform: ios
|
||||
|
||||
ifttt:
|
||||
key: !secret IFTTT_API_KEY
|
||||
|
@ -166,4 +166,3 @@ sun:
|
|||
|
||||
# iOS
|
||||
ios:
|
||||
|
||||
|
|
Loading…
Reference in New Issue