This is the current config. Moved old to the v1-config branch

This commit is contained in:
Jeffrey Stone
2018-03-06 11:08:20 -05:00
parent 67ecd08d7a
commit 5d3079379d
47 changed files with 0 additions and 317 deletions

View File

@@ -1,16 +0,0 @@
alias: "Close Garage at Nine"
trigger:
platform: time
hours: 21
minutes: 00
seconds: 00
condition:
condition: state
entity_id: cover.garage_door
state: "open"
action:
- service: cover.close_cover
entity_id: cover.garage_door
- service: notify.ios_jeffreystonesiphone
data:
message: "9pm, Closing Garage Door"

View File

@@ -1,14 +0,0 @@
alias: "Close Garage if we leave"
trigger:
- platform: state
entity_id: group.family
state: "not home"
condition:
- condition: state
entity_id: cover.garage_door
state: "open"
action:
- service: notify.ios_jeffreystonesiphone
data:
message: "No one home, Closing Garage"
- service: cover.close_cover

View File

@@ -1,15 +0,0 @@
alias: "Cloudy, inside on if home"
trigger:
platform: time
after: '14:00:00'
condition:
- condition: numeric_state
entity_id: sensor.dark_sky_cloud_coverage
above: 90
- condition: state
entity_id: group.family
state: "home"
action:
- service: notify.ios_jeffreystonesiphone
data:
message: "Cloudy, turning on LR Lamp"

View File

@@ -1,12 +0,0 @@
alias: "Good Morning"
trigger:
platform: time
hours: 05
minutes: 15
seconds: 00
action:
- service: scene.turn_on
entity_id: scene.livingroom_normal
- service: notify.ios_jeffreystonesiphone
data:
message: "Good Morning, Anchorage House is up and online."

View File

@@ -1,12 +0,0 @@
alias: "Good Night"
trigger:
platform: time
hours: 22
minutes: 00
seconds: 00
action:
- service: scene.turn_on
entity_id: scene.livingroom_night
- service: notify.ios_jeffreystonesiphone
data:
message: "House shutting down for the night, Good Night"

View File

@@ -1,10 +0,0 @@
alias: "Jeff Arrives Home"
trigger:
platform: zone
event: enter
zone: zone.home
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.ios_katherinestonesiphone
data:
message: "Jeff is home"

View File

@@ -1,10 +0,0 @@
alias: "Jeff Leaves Home"
trigger:
platform: zone
event: leave
zone: zone.home
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.ios_katherinestonesiphone
data:
message: "Jeff left home"

View File

@@ -1,7 +0,0 @@
alias: "Jeff Status Lost"
trigger:
platform: mqtt
topic: anchoragehouse/jeffrey/status
payload: 'unknown'
action:
service: script.jeff_unknown

View File

@@ -1,7 +0,0 @@
alias: "Jeff Status Moving"
trigger:
platform: mqtt
topic: anchoragehouse/jeffrey/status
payload: 'moving'
action:
service: script.jeff_is_moving

View File

@@ -1,7 +0,0 @@
alias: "Jeff Status Stationary"
trigger:
platform: mqtt
topic: anchoragehouse/jeffrey/status
payload: 'stationary'
action:
service: script.jeff_is_stationary

View File

@@ -1,10 +0,0 @@
alias: "Jeff Arrives At Summit"
trigger:
platform: zone
event: enter
zone: zone.summit
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.ios_katherinestonesiphone
data:
message: "Jeff arrived at Summit"

View File

@@ -1,10 +0,0 @@
alias: "Jeff Leaves Summit"
trigger:
platform: zone
event: leave
zone: zone.summit
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.ios_katherinestonesiphone
data:
message: "Jeff left summit"

View File

@@ -1,10 +0,0 @@
alias: "Kat Arrives Home"
trigger:
platform: zone
event: enter
zone: zone.home
entity_id: device_tracker.katherinestonesiphone
action:
- service: notify.ios_jeffreystonesiphone
data:
message: "Kat is home"

View File

@@ -1,10 +0,0 @@
alias: "Kat Leaves Home"
trigger:
platform: zone
event: leave
zone: zone.home
entity_id: device_tracker.katherinestonesiphone
action:
- service: notify.ios_jeffreystonesiphone
data:
message: "Kat left home"

View File

@@ -1,8 +0,0 @@
alias: "Sunrise Inside off"
trigger:
platform: time
hours: 07
minutes: 00
seconds: 00
action:
service: script.inside_all_off

View File

@@ -1,6 +0,0 @@
alias: "Sunrise Outside off"
trigger:
platform: sun
event: sunrise
action:
- service: script.outside_all_off

View File

@@ -1,7 +0,0 @@
alias: "Sunset Inside on"
trigger:
platform: sun
event: sunset
offset: "-01:00:00"
action:
service: script.inside_all_on

View File

@@ -1,7 +0,0 @@
alias: "Sunset Outside on"
trigger:
platform: sun
event: sunset
offset: "-00:30:00"
action:
service: script.outside_all_on

View File

@@ -1,12 +0,0 @@
alias: test
trigger:
platform: time
minutes: 10
seconds: 00
action:
service: notify.ios_jeffreystonesiphone
data:
message: "Test Alert"
data:
message: "Test Alert"
subtitle: "Just a test"