mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-13 23:35:40 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
@@ -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"
|
@@ -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
|
@@ -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"
|
@@ -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."
|
@@ -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"
|
@@ -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"
|
@@ -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"
|
@@ -1,7 +0,0 @@
|
||||
alias: "Jeff Status Lost"
|
||||
trigger:
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
payload: 'unknown'
|
||||
action:
|
||||
service: script.jeff_unknown
|
@@ -1,7 +0,0 @@
|
||||
alias: "Jeff Status Moving"
|
||||
trigger:
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
payload: 'moving'
|
||||
action:
|
||||
service: script.jeff_is_moving
|
@@ -1,7 +0,0 @@
|
||||
alias: "Jeff Status Stationary"
|
||||
trigger:
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
payload: 'stationary'
|
||||
action:
|
||||
service: script.jeff_is_stationary
|
@@ -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"
|
@@ -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"
|
@@ -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"
|
@@ -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"
|
@@ -1,8 +0,0 @@
|
||||
alias: "Sunrise Inside off"
|
||||
trigger:
|
||||
platform: time
|
||||
hours: 07
|
||||
minutes: 00
|
||||
seconds: 00
|
||||
action:
|
||||
service: script.inside_all_off
|
@@ -1,6 +0,0 @@
|
||||
alias: "Sunrise Outside off"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunrise
|
||||
action:
|
||||
- service: script.outside_all_off
|
@@ -1,7 +0,0 @@
|
||||
alias: "Sunset Inside on"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunset
|
||||
offset: "-01:00:00"
|
||||
action:
|
||||
service: script.inside_all_on
|
@@ -1,7 +0,0 @@
|
||||
alias: "Sunset Outside on"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunset
|
||||
offset: "-00:30:00"
|
||||
action:
|
||||
service: script.outside_all_on
|
@@ -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"
|
Reference in New Issue
Block a user