mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Updated to V5 Version - Hassio Style
Lots of updates here. Updated my Readme - Added Affiliate Links, added some more information, better organized devices Updated gitignore with paths realtive to my hassio config Combined my switches and lights into single yaml files instead of the directory structure previously Added zigbee2mqtt.yaml to packages - contains automations and such for zigbee2mqtt Archived my previous version in the V4-config branch.
This commit is contained in:
10
config/alerts/garage_after_dark.yaml
Executable file
10
config/alerts/garage_after_dark.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
garage_after_dark:
|
||||
name: Garage is open...Please Check
|
||||
done_message: Garage is closed
|
||||
entity_id: input_boolean.garage_after_dark
|
||||
state: 'on'
|
||||
repeat: 5
|
||||
can_acknowledge: false
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- all_ios
|
10
config/alerts/jeff_bad_traffic_home.yaml
Executable file
10
config/alerts/jeff_bad_traffic_home.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
jeff_bad_traffic_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: false
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- jeff_ios
|
9
config/alerts/jeff_heading_home.yaml
Executable file
9
config/alerts/jeff_heading_home.yaml
Executable 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
|
10
config/alerts/kat_heading_home.yaml
Executable file
10
config/alerts/kat_heading_home.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
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: false
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- jeff_ios
|
10
config/alerts/lockdown_issue.yaml
Executable file
10
config/alerts/lockdown_issue.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
lockdown_issue:
|
||||
name: Issue Prevented Lockdown...Please Check
|
||||
done_message: Issue Resolved...Anchorage House Ready
|
||||
entity_id: input_boolean.lockdown_issue
|
||||
state: 'on'
|
||||
repeat: 2
|
||||
can_acknowledge: false
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- all_ios
|
10
config/alerts/unauthorized_access.yaml
Executable file
10
config/alerts/unauthorized_access.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
unauthorized_access:
|
||||
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: false
|
||||
skip_first: False
|
||||
notifiers:
|
||||
- all_ios
|
Reference in New Issue
Block a user