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:
6
alerts/jeff_bad_traffic_home.yaml
Executable file → Normal file
6
alerts/jeff_bad_traffic_home.yaml
Executable file → Normal 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
|
||||
|
9
alerts/jeff_heading_home.yaml
Normal file
9
alerts/jeff_heading_home.yaml
Normal 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
|
8
alerts/kat_heading_home.yanl → alerts/kat_heading_home.yaml
Executable file → Normal file
8
alerts/kat_heading_home.yanl → alerts/kat_heading_home.yaml
Executable file → Normal 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
2
alerts/lockdown_issue.yaml
Executable file → Normal 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
10
alerts/unauthorized_access.yaml
Executable file → Normal 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
|
||||
|
Reference in New Issue
Block a user