Closes #70 - Split out Watchdog configs

This commit is contained in:
CCOSTAN
2017-02-20 15:42:00 +00:00
parent 68287e0bbd
commit 791630cc3c
6 changed files with 111 additions and 99 deletions

View File

@@ -0,0 +1,15 @@
##############################################################################
### Detect when things are on and forgotten about. Like any Good Watchdog.
##############################################################################
- alias: "New device connected"
trigger:
- platform: event
event_type: device_tracker_new_device
action:
- service: script.Voice_notify
data_template:
value1: "There has been a new device detected on the network. Be sure to appropriately catagorize it within Circle."
##############################################################################