From c3e7f17b6b2ef10f5fe1287b3b415d402b5bdd99 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 29 Sep 2022 12:38:00 -0400 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index f70bc7d4..cf431786 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,30 @@ ________________________________________________________________________________ +
+ PiMox HAOS VM + +

+ +

PiMox HAOS VM

+

Option to create VM using Stable, Beta or Dev Image

+ +The script automates the manual process of finding, downloading and extracting the aarch64 (qcow2) disk image provided by the Home Assistant Team, creating a VM with user defined settings, importing and attaching the disk, setting the boot order and starting the VM. + +To create a new PiMox HAOS VM, run the following in the Proxmox Shell + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/pimox-haos-vm-v4.sh)" +``` +

⚡ Default Settings: 4GB RAM - 32GB Storage - 2vCPU - Stable Image⚡

+ +After the script completes, click on the VM Console to find the Home Assistant IP. + +**Home Assistant Interface - IP:8123** + +____________________________________________________________________________________________ + +
Home Assistant Container LXC