S1M8N
(S1 M8 N)
7
Hello,
You can introduce the following command in your configuration.yaml :
shell_command:
mount_media: mkdir -p /media/Volume1/...;mount -t nfs4 NAS_IP:/mnt/Volume1/... /media/Volume1/...
Then make an Automation that executes the shell_command “mount_media” at homeassistant startup
It is important to allow nfs access to the folder in question on your NAS if it blocks it by default.
Best regards