Timed running of scripts, these are the actions outside HomeAssistant using HA files as source.

# m h dom mon dow user	command
# the normal tasks
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
# HomeAutomation tasks
# build and send the up file to VPS
17 1,7,8,9,13,17,21 * * * root /usr/share/hassio/homeassistant/hafiles/tscripts/makehtml
# check if activity setup for send message if not
11 10 * * * root /usr/share/hassio/homeassistant/hafiles/tscripts/t-up-check
# backup the HA files to raspberry pi 2
37 2 * * * root /usr/share/hassio/homeassistant/hafiles/tscripts/bu-hasser