Updating Repo to match RasPi

This commit is contained in:
Jeffrey Stone 2017-05-04 20:26:44 -04:00
parent 70496ab13b
commit d0e9db33c8
47 changed files with 27 additions and 30 deletions

0
alexa/alexa_confirm.yaml Normal file → Executable file
View File

0
alexa/intents.yaml Normal file → Executable file
View File

0
automation.yaml Normal file → Executable file
View File

0
automations/close_garage_at_nine.yaml Normal file → Executable file
View File

0
automations/close_garage_on_away.yaml Normal file → Executable file
View File

0
automations/cloudy_inside_on_home.yaml Normal file → Executable file
View File

7
automations/good_morning.yaml Normal file → Executable file
View File

@ -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

0
automations/good_night.yaml Normal file → Executable file
View File

5
automations/jeff_home_enter.yaml Normal file → Executable file
View File

@ -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
automations/jeff_home_leave.yaml Normal file → Executable file
View File

@ -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"

0
automations/jeff_status_lost.yaml Normal file → Executable file
View File

0
automations/jeff_status_moving.yaml Normal file → Executable file
View File

0
automations/jeff_status_stationary.yaml Normal file → Executable file
View File

5
automations/jeff_summit_enter.yaml Normal file → Executable file
View File

@ -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
automations/jeff_summit_leave.yaml Normal file → Executable file
View File

@ -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"

4
automations/kat_home_enter.yaml Normal file → Executable file
View File

@ -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"

4
automations/kat_home_leave.yaml Normal file → Executable file
View File

@ -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"

7
automations/sunrise_inside_off.yaml Normal file → Executable file
View File

@ -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

0
automations/sunrise_outside_off.yaml Normal file → Executable file
View File

0
automations/sunset_inside_on.yaml Normal file → Executable file
View File

0
automations/sunset_outside_on.yaml Normal file → Executable file
View File

0
automations/test.yaml Normal file → Executable file
View File

13
configuration.yaml Normal file → Executable file
View File

@ -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:

0
customize.yaml Normal file → Executable file
View File

0
groups.yaml Normal file → Executable file
View File

0
input_select.yaml Normal file → Executable file
View File

0
lights/living_room.yaml Normal file → Executable file
View File

0
scenes.yaml Normal file → Executable file
View File

0
scripts.yaml Normal file → Executable file
View File

0
scripts/inside_all_off.yaml Normal file → Executable file
View File

0
scripts/inside_all_on.yaml Normal file → Executable file
View File

0
scripts/jeff_is_moving.yaml Normal file → Executable file
View File

0
scripts/jeff_is_stationary.yaml Normal file → Executable file
View File

0
scripts/jeff_unknown.yaml Normal file → Executable file
View File

0
scripts/outside_all_off.yaml Normal file → Executable file
View File

0
scripts/outside_all_on.yaml Normal file → Executable file
View File

0
scripts/refresh_devices.yaml Normal file → Executable file
View File

0
sensors/devices.yaml Normal file → Executable file
View File

0
sensors/google_travel_time.yaml Normal file → Executable file
View File

0
sensors/owntracks.yaml Normal file → Executable file
View File

0
sensors/smartthings.yaml Normal file → Executable file
View File

0
sensors/speedtest.yaml Normal file → Executable file
View File

0
sensors/weather.yaml Normal file → Executable file
View File

0
sensors/wunderground.yaml Normal file → Executable file
View File

0
switches/garage.yaml Normal file → Executable file
View File

0
switches/living_room.yaml Normal file → Executable file
View File

0
switches/outside.yaml Normal file → Executable file
View File