Home-AssistantConfig/config/automation/Speech/new_device.yaml

20 lines
767 B
YAML
Raw Normal View History

2018-01-02 00:00:45 +00:00
##############################################################################
### New Device has connected to the network. let everyone know.
##############################################################################
- alias: "New device connected"
2020-07-20 18:33:03 +00:00
id: 5620418d-baaf-4d1f-bf22-8c094b4a53b2
2018-01-02 00:00:45 +00:00
trigger:
- platform: event
event_type: device_tracker_new_device
action:
- wait_template: >-
{{ not is_state('media_player.livingroomCC', 'playing') }}
- service: script.speech_engine
data:
2018-01-02 00:00:45 +00:00
NewDevice: "There has been a new device detected on the network. Be sure to appropriately catagorize {{trigger.event.data.host_name}} within Circle."
##############################################################################