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:
Jeffrey Stone
2019-11-08 12:54:11 -05:00
parent f00f5bdccb
commit e02d084c92
74 changed files with 1409 additions and 1051 deletions

View 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

View 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

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

@@ -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

View 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

View 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