Hier is a small tutorial how to install Home Assistant on your FreeNAS machine.
create a jail
in the jail enter:
pkg update
pkg upgrade
pkg install python35
pkg install py35-sqlite3
python3.5 -m ensurepip
after that you have to install HomeAssistant
pip3 install homeassistant
and start it...