mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
10
alerts/garage_issue.yaml
Normal file
10
alerts/garage_issue.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
garage_issue:
|
||||
name: Garage is open
|
||||
done_message: Garage is closed
|
||||
entity_id: input_boolean.garage_issue
|
||||
state: 'on'
|
||||
repeat: 5
|
||||
can_acknowledge: True
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- jeff_ios
|
10
alerts/jeff_heading_home.yaml
Normal file
10
alerts/jeff_heading_home.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
jeff_heading_home:
|
||||
name: Jeff will be home in {{states.sensor.jeff_ett_home.attributes.duration_in_traffic}}.
|
||||
done_message: Jeff is home
|
||||
entity_id: input_boolean.jeff_heading_home
|
||||
state: 'on'
|
||||
repeat: 20
|
||||
can_acknowledge: True
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- ios_katherinestonesiphone
|
10
alerts/kat_heading_home.yaml
Normal file
10
alerts/kat_heading_home.yaml
Normal file
@@ -0,0 +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
|
||||
state: 'on'
|
||||
repeat: 20
|
||||
can_acknowledge: True
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- jeff_ios
|
10
alerts/security_issue.yaml
Normal file
10
alerts/security_issue.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
security_issue:
|
||||
name: Security Issue Prevented Lockdown
|
||||
done_message: Security Issue Resolved
|
||||
entity_id: input_boolean.security_issue
|
||||
state: 'on'
|
||||
repeat: 2
|
||||
can_acknowledge: True
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- jeff_ios
|
10
alerts/tornado_warning.yaml
Normal file
10
alerts/tornado_warning.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
tornado_warning:
|
||||
name: Tornado Warning!
|
||||
done_message: Tornado Alarm Canceled
|
||||
entity_id: input_boolean.tornado_alarm
|
||||
state: 'on'
|
||||
repeat: 2
|
||||
can_acknowledge: True
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- jeff_ios
|
10
alerts/unauthorized_access.yaml
Normal file
10
alerts/unauthorized_access.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
unauthorized_access:
|
||||
name: Unauthorized Access
|
||||
done_message: Access Authorized
|
||||
entity_id: input_boolean.security_alarm
|
||||
state: 'on'
|
||||
repeat: 2
|
||||
can_acknowledge: True
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- jeff_ios
|
Reference in New Issue
Block a user