diff --git a/docs/home-server/truenas-scale/installing-homeassistant-on-truenas-scale.md b/docs/home-server/truenas-scale/installing-homeassistant-on-truenas-scale.md index f8b8a3c..c168ac2 100644 --- a/docs/home-server/truenas-scale/installing-homeassistant-on-truenas-scale.md +++ b/docs/home-server/truenas-scale/installing-homeassistant-on-truenas-scale.md @@ -7,6 +7,18 @@ tags: # Installing Home Assistant OS on Truenas Scale +_2022-10-29 Update_ + +There's a newer version of HAOS available, so the below guide has been updated to use that. The original used this: + +> Use wget to get the ova file: + +> `wget https://github.com/home-assistant/operating-system/releases/download/6.6/haos_ova-6.6.ova` + +> Extract the ova file using tar: + +> `tar -xvf haos_ova-6.6.ova` + _2022-03-08_ Mostly taken from https://www.truenas.com/community/threads/home-assistant-vm-on-scale.91058/post-666766 and cleaned up. @@ -17,11 +29,11 @@ Make sure to use a location on your data pool as a working directory, don't use Use wget to get the ova file: -`wget https://github.com/home-assistant/operating-system/releases/download/6.6/haos_ova-6.6.ova` +`wget https://github.com/home-assistant/operating-system/releases/download/9.3/haos_ova-9.3.ova` Extract the ova file using tar: -`tar -xvf haos_ova-6.6.ova` +`tar -xvf haos_ova-9.3.ova` Convert the vmdk to a raw image file, I had to use the full working directory for the source: