Hello,
- Make share NFS on your NAS
- It’s very important to check if your NAS system allow nfs share to your homeassistant IP
- it very important to create an automation to map the nfs share like this :
alias: Mount myNAS share
description: ""
trigger:
- platform: homeassistant
event: start
condition: []
action:
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- service: shell_command.mount_nfs
data: {}
mode: single
Search on unRaid documentation/forum if you can’t make work the nfs share