mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-18 23:36:11 +00:00
15 lines
606 B
YAML
Executable File
15 lines
606 B
YAML
Executable File
##############################################################################
|
|
### New Device has connected to the network. let everyone know.
|
|
##############################################################################
|
|
|
|
- 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."
|
|
|
|
##############################################################################
|