Automation and script to run Watchman
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user