mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Closes #70 - Split out Watchdog configs
This commit is contained in:
15
automation/Speech/new_device.yaml
Executable file
15
automation/Speech/new_device.yaml
Executable 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."
|
||||
|
||||
##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user