mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
v4
This commit is contained in:
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -1,6 +0,0 @@
|
||||
chime_off:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "smartthings/Dome Siren/status"
|
||||
payload_template: "off"
|
@@ -1,6 +0,0 @@
|
||||
chime_on:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "smartthings/Dome Siren/status"
|
||||
payload_template: "chime"
|
@@ -1,6 +0,0 @@
|
||||
chromecast_media_stop:
|
||||
sequence:
|
||||
- service: media_player.media_stop
|
||||
data:
|
||||
entity_id: media_player.living_room_tv
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -1,6 +0,0 @@
|
||||
family_is_away:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "house/family/status"
|
||||
payload_template: "Away"
|
@@ -1,7 +0,0 @@
|
||||
family_is_home:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "house/family/status"
|
||||
payload_template: "Home"
|
||||
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -1,7 +0,0 @@
|
||||
jeff_destination_harbins:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "jeff/driving/destination"
|
||||
payload: "Harbins"
|
||||
retain: true
|
@@ -1,7 +0,0 @@
|
||||
jeff_destination_home:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "jeff/driving/destination"
|
||||
payload: "Home"
|
||||
retain: true
|
@@ -1,7 +0,0 @@
|
||||
jeff_destination_na:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "jeff/driving/destination"
|
||||
payload: "na"
|
||||
retain: true
|
@@ -1,7 +0,0 @@
|
||||
jeff_destination_none:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "jeff/driving/destination"
|
||||
payload: "none"
|
||||
retain: true
|
@@ -1,7 +0,0 @@
|
||||
jeff_destination_summit:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "jeff/driving/destination"
|
||||
payload: "Summit"
|
||||
retain: true
|
@@ -1,7 +0,0 @@
|
||||
jeff_destination_zoo:
|
||||
sequence:
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
topic: "jeff/driving/destination"
|
||||
payload: "Zoo"
|
||||
retain: true
|
@@ -1,4 +0,0 @@
|
||||
lockdown:
|
||||
sequence:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.secure_mode
|
@@ -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
|
@@ -1,4 +0,0 @@
|
||||
security_sound_alarm_intro:
|
||||
sequence:
|
||||
- delay: '00:01:30'
|
||||
- service: script.security_alarm_on
|
@@ -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"
|
@@ -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
|
||||
|
@@ -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
|
@@ -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
|
||||
|
@@ -1,6 +0,0 @@
|
||||
security_issue:
|
||||
sequence:
|
||||
- delay:
|
||||
seconds: 80
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.security_alarm
|
@@ -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
|
@@ -1,8 +0,0 @@
|
||||
sunset_garage_open:
|
||||
sequence:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.garage_door
|
||||
state: "on"
|
||||
- service: script.driveway_all_on
|
||||
|
||||
|
@@ -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 }}'
|
Reference in New Issue
Block a user