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

6
alerts/jeff_bad_traffic_home.yaml Executable file → Normal file
View File

@@ -1,10 +1,10 @@
jeff_bad_traffic_home:
name: Leave Now! Currently {{states.sensor.jeff_ett_home.attributes.duration_in_traffic}} mins home!
name: Leave Now! Currently {{states.sensor.jeff_ett_home.attributes.duration | round}} mins home!
done_message: Canceling Traffic Alert
entity_id: input_boolean.jeff_traffic_alert_home
state: 'on'
repeat: 10
can_acknowledge: True
can_acknowledge: false
skip_first: False
notifiers:
- jeff_ios
- jeff_ios

View File

@@ -0,0 +1,9 @@
jeff_heading_home:
name: Jeff will arrive in {{states.sensor.jeff_ett_home.attributes.duration | round}} minutes.
entity_id: input_boolean.jeff_travel_monitor
state: 'on'
repeat: 20
can_acknowledge: false
skip_first: False
notifiers:
- ios_katherinestonesiphone

View File

@@ -1,10 +1,10 @@
kat_heading_home:
name: Kat will be home in {{states.sensor.kat_ett_home.attributes.duration_in_traffic}}.
done_message: Kat is home
entity_id: input_boolean.kat_heading_home
name: Kat will be home in {{states.sensor.kat_ett_home.attributes.duration | round}} minutes.
done_message: Kat Travel Monitor Disabled
entity_id: input_boolean.kat_travel_monitor
state: 'on'
repeat: 20
can_acknowledge: True
can_acknowledge: false
skip_first: False
notifiers:
- jeff_ios

2
alerts/lockdown_issue.yaml Executable file → Normal file
View File

@@ -4,7 +4,7 @@ lockdown_issue:
entity_id: input_boolean.lockdown_issue
state: 'on'
repeat: 2
can_acknowledge: True
can_acknowledge: false
skip_first: False
notifiers:
- jeff_ios

10
alerts/unauthorized_access.yaml Executable file → Normal file
View File

@@ -1,10 +1,10 @@
unauthorized_access:
name: Unauthorized Access Detected at Anchorage House
done_message: Access Authorized
entity_id: input_boolean.security_alarm
name: Potential Unauthorized Access Detected at Anchorage House
done_message: Security Issue Cleared
entity_id: input_boolean.security_issue
state: 'on'
repeat: 2
can_acknowledge: True
can_acknowledge: false
skip_first: False
notifiers:
- jeff_ios
- all_ios