This commit is contained in:
Jeffrey Stone
2019-02-21 12:49:55 -05:00
parent 361375cf5c
commit 46a6f6d271
97 changed files with 3443 additions and 1936 deletions

View File

@@ -1,11 +0,0 @@
annc_storm_statement:
sequence:
- condition: state
entity_id: input_boolean.audible_notifications
state: "on"
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
- service: notify.ios_all
data:
message: Severe Storm Statement Issued for Anchorage House

View File

@@ -1,11 +0,0 @@
annc_tornado_watch:
sequence:
- condition: state
entity_id: input_boolean.audible_notifications
state: "on"
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
- service: notify.ios_all
data:
message: Tornado Watch Issued for Anchorage House

View File

@@ -1,11 +0,0 @@
annc_tstorm_warning:
sequence:
- condition: state
entity_id: input_boolean.audible_notifications
state: "on"
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
- service: notify.ios_all
data:
message: Severe Thunderstorm Warning Issued for Anchorage House

View File

@@ -1,11 +0,0 @@
annc_tstorm_watch:
sequence:
- condition: state
entity_id: input_boolean.audible_notifications
state: "on"
- condition: state
entity_id: input_boolean.vacation_mode
state: 'off'
- service: notify.ios_all
data:
message: Severe Thunderstorm Watch Issued for Anchorage House

View File

@@ -1,8 +0,0 @@
appliances_off:
sequence:
- service: switch.turn_off
data:
entity_id: switch.master_bedroom_fan
- service: switch.turn_off
data:
entity_id: switch.loft_box_fan

View File

@@ -1,8 +0,0 @@
appliances_on:
sequence:
- service: switch.turn_on
data:
entity_id: switch.master_bedroom_fan
- service: switch.turn_on
data:
entity_id: switch.loft_box_fan

View File

@@ -1,6 +0,0 @@
chime_off:
sequence:
- service: mqtt.publish
data:
topic: "smartthings/Dome Siren/status"
payload_template: "off"

View File

@@ -1,6 +0,0 @@
chime_on:
sequence:
- service: mqtt.publish
data:
topic: "smartthings/Dome Siren/status"
payload_template: "chime"

View File

@@ -1,6 +0,0 @@
chromecast_media_stop:
sequence:
- service: media_player.media_stop
data:
entity_id: media_player.living_room_tv

View File

@@ -1,8 +0,0 @@
# Turn off Driveway lights after 2minute delay
driveway_off:
sequence:
- service: switch.turn_off
entity_id: switch.driveway_light
- service: switch.turn_off
entity_id: switch.side_door

View File

@@ -1,12 +0,0 @@
driveway_on:
sequence:
- condition: state
entity_id: sun.sun
state: 'below_horizon'
- service: switch.turn_on
data:
entity_id: switch.driveway_light
- service: switch.turn_on
data:
entity_id: switch.side_door

View File

@@ -1,6 +0,0 @@
family_is_away:
sequence:
- service: mqtt.publish
data:
topic: "house/family/status"
payload_template: "Away"

View File

@@ -1,7 +0,0 @@
family_is_home:
sequence:
- service: mqtt.publish
data:
topic: "house/family/status"
payload_template: "Home"

View File

@@ -1,7 +0,0 @@
close_garage:
sequence:
- condition: state
entity_id: cover.garage_door
state: "open"
- service: cover.close_cover
entity_id: cover.garage_door

View File

@@ -1,12 +0,0 @@
inside_all_off:
sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning inside lights off"
- service: light.turn_off
data:
entity_id: light.tower_lamp
- service: light.turn_off
data:
entity_id: light.front_lamp

View File

@@ -1,18 +0,0 @@
inside_all_on:
sequence:
- event: LOGBOOK_ENTRY
event_data:
name: EVENT
message: "Turning inside lights on."
- service: light.turn_on
data:
entity_id: light.tower_lamp
- service: light.turn_on
data:
entity_id: light.front_lamp
- service: light.turn_on
data:
entity_id: light.loft_lamp
- service: scene.turn_on
data:
entity_id: scene.livingroom_normal

View File

@@ -1,8 +0,0 @@
jeff_at_work_notification:
sequence:
- condition: state
entity_id: input_boolean.text_notify_kat
state: "on"
- service: notify.ios_katherinestonesiphone
data:
message: Jeff has arrived at Summit

View File

@@ -1,7 +0,0 @@
jeff_destination_harbins:
sequence:
- service: mqtt.publish
data:
topic: "jeff/driving/destination"
payload: "Harbins"
retain: true

View File

@@ -1,7 +0,0 @@
jeff_destination_home:
sequence:
- service: mqtt.publish
data:
topic: "jeff/driving/destination"
payload: "Home"
retain: true

View File

@@ -1,7 +0,0 @@
jeff_destination_na:
sequence:
- service: mqtt.publish
data:
topic: "jeff/driving/destination"
payload: "na"
retain: true

View File

@@ -1,7 +0,0 @@
jeff_destination_none:
sequence:
- service: mqtt.publish
data:
topic: "jeff/driving/destination"
payload: "none"
retain: true

View File

@@ -1,7 +0,0 @@
jeff_destination_summit:
sequence:
- service: mqtt.publish
data:
topic: "jeff/driving/destination"
payload: "Summit"
retain: true

View File

@@ -1,7 +0,0 @@
jeff_destination_zoo:
sequence:
- service: mqtt.publish
data:
topic: "jeff/driving/destination"
payload: "Zoo"
retain: true

View File

@@ -1,4 +0,0 @@
lockdown:
sequence:
- service: input_boolean.turn_on
entity_id: input_boolean.secure_mode

View File

@@ -1,12 +0,0 @@
lockdown_aborted:
sequence:
- delay: '00:00:07'
- condition: state
entity_id: input_boolean.security_issue
state: 'on'
- service: input_boolean.turn_off
entity_id: input_boolean.security_check
- service: input_boolean.turn_on
entity_id: input_boolean.lockdown_issue
- service: input_boolean.turn_off
entity_id: input_boolean.secure_mode

View File

@@ -1,4 +0,0 @@
security_sound_alarm_intro:
sequence:
- delay: '00:01:30'
- service: script.security_alarm_on

View File

@@ -1,10 +0,0 @@
security_alarm_off:
sequence:
# - service: mqtt.publish
# data:
# topic: "smartthings/Dome Siren/status"
# payload_template: "off"
# - service: mqtt.publish
# data:
# topic: "smartthings/Dome Siren/alarm"
# payload_template: "off"

View File

@@ -1,9 +0,0 @@
security_check_garage:
sequence:
- condition: state
#entity_id: sensor.garage_door_contact
entity_id: cover.garage_door
state: 'open'
- service: input_boolean.turn_on
entity_id: input_boolean.security_issue

View File

@@ -1,11 +0,0 @@
security_check_verified:
sequence:
- delay: '00:00:05'
- condition: state
entity_id: input_boolean.security_issue
state: 'off'
- service: notify.jeff_ios
data:
message: "Anchorage House Secured"
- service: input_boolean.turn_off
entity_id: input_boolean.security_check

View File

@@ -1,8 +0,0 @@
security_check_zones:
sequence:
- condition: state
entity_id: group.doors
state: 'on'
- service: input_boolean.turn_on
entity_id: input_boolean.security_issue

View File

@@ -1,6 +0,0 @@
security_issue:
sequence:
- delay:
seconds: 80
- service: input_boolean.turn_on
entity_id: input_boolean.security_alarm

View File

@@ -1,20 +0,0 @@
standby:
sequence:
- condition: state
entity_id: input_boolean.vacation_mode
state: "off"
- service: input_boolean.turn_off
data:
entity_id: input_boolean.secure_mode
- service: input_boolean.turn_off
data:
entity_id: input_boolean.security_issue
- service: input_boolean.turn_off
data:
entity_id: input_boolean.security_alarm
- service: input_boolean.turn_off
data:
entity_id: input_boolean.security_breach_warning
- service: notify.jeff_ios
data:
message: Anchorage House in Standby

View File

@@ -1,8 +0,0 @@
sunset_garage_open:
sequence:
- condition: state
entity_id: binary_sensor.garage_door
state: "on"
- service: script.driveway_all_on

View File

@@ -1,17 +0,0 @@
wxalert_tile:
sequence:
## Dismiss any current alert so the UI isn't filled
## up with these if there are more then one.
## Only show the latest alert
- service: persistent_notification.dismiss
data:
notification_id: "wxalert"
## Create a new persistant notification in the UI for a new alert
- service_template: >
{% if states.sensor.pws_alerts.attributes.Message %}
persistent_notification.create
{% endif %}
data_template:
notification_id: "wxalert"
message: '{{ states.sensor.pws_alerts.attributes.Message }}'
title: '{{ states.sensor.pws_alerts.attributes.Description }}'