2017-02-20 15:42:00 +00:00
|
|
|
##############################################################################
|
2017-02-20 15:44:52 +00:00
|
|
|
### New Device has connected to the network. let everyone know.
|
2017-02-20 15:42:00 +00:00
|
|
|
##############################################################################
|
|
|
|
|
|
|
|
- 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."
|
|
|
|
|
|
|
|
##############################################################################
|