description: Send notification on Home Assistant start alias: system_start_notification id: 104463f6-7524-48d9-bbe5-2bb09017e946 mode: single trigger: platform: homeassistant event: start action: - service: notify.dev_telegram data: message: Home Assistant is starting up again # mount nas - but shellcommand doesnt work: https://community.home-assistant.io/t/mount-remote-smb-share-on-hassio/116734/101 #- service: shell_command.mount_nas # - service: hassio.addon_stdin data: addon: a0d7b954_ssh input: >- mkdir -p /nas && mount -t nfs4 192.168.178.70:/volume1/netshare /nas # - service: notify.chk_telegram # data: # message: Home Assistant is starting up again