Automation and script to run Watchman

This commit is contained in:
2022-05-05 17:21:55 -04:00
parent c547aff596
commit e8540c6384
2 changed files with 26 additions and 0 deletions

View File

@ -411,3 +411,20 @@
- service: speedtestdotnet.speedtest
data: {}
mode: single
- id: '1651785688186'
alias: Watchman Audit on Startup
description: Runs the Watchman Audit script after Home Assistant has successfully
started up
trigger:
- platform: homeassistant
event: start
condition: []
action:
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- service: script.watchman_audit
data: {}
mode: single

View File

@ -371,3 +371,12 @@ manual_speed_test:
data: {}
mode: single
icon: mdi:speedometer
watchman_audit:
alias: Watchman Audit
sequence:
- event: ad.watchman.audit
event_data:
send_notification: true
notify_service: notify.ios_tony
mode: single
icon: mdi:magnify