mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
16 lines
619 B
YAML
16 lines
619 B
YAML
|
##############################################################################
|
||
|
### 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."
|
||
|
|
||
|
##############################################################################
|
||
|
|