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