瀏覽代碼

Update README.md

tteckster 2 年之前
父節點
當前提交
c9e6edb2c4
共有 1 個文件被更改,包括 6 次插入9 次删除
  1. 6 9
      README.md

+ 6 - 9
README.md

@@ -260,7 +260,8 @@ ________________________________________________________________________________
 
 
 <h1 align="center" id="heading"> Home Assistant Core LXC </h1>
 <h1 align="center" id="heading"> Home Assistant Core LXC </h1>
 
 
-A standalone installation of Home Assistant Core
+A standalone installation of Home Assistant Core</br>
+🛈 If the LXC is created Privileged, the script will automatically set up USB passthrough.
 
 
 To create a new Proxmox Home Assistant Core LXC, run the following in the Proxmox Shell.
 To create a new Proxmox Home Assistant Core LXC, run the following in the Proxmox Shell.
  
  
@@ -270,8 +271,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homeassistan
  
  
 <h3 align="center" id="heading">⚡ Default Settings:  1GB RAM - 8GB Storage - 2vCPU ⚡</h3>
 <h3 align="center" id="heading">⚡ Default Settings:  1GB RAM - 8GB Storage - 2vCPU ⚡</h3>
 
 
-⚠️ Initialize Home Assistant-Core (Only required once)
-
+⚠️ Initialize Home Assistant-Core (Only required once)</br>
 <sub>Run in the LXC console</sub>
 <sub>Run in the LXC console</sub>
 ```yaml
 ```yaml
 cd /srv/homeassistant && python3 -m venv . && source bin/activate && hass
 cd /srv/homeassistant && python3 -m venv . && source bin/activate && hass
@@ -279,24 +279,21 @@ cd /srv/homeassistant && python3 -m venv . && source bin/activate && hass
 
 
 ***Home Assistant Interface - IP:8123***
 ***Home Assistant Interface - IP:8123***
 
 
-⚙️ **Edit the HA configuration.yaml**
-
+⚙️ **Edit the HA configuration.yaml**</br>
 <sub>Run in the LXC console</sub>
 <sub>Run in the LXC console</sub>
 ```yaml
 ```yaml
 nano .homeassistant/configuration.yaml
 nano .homeassistant/configuration.yaml
 ```
 ```
 <sub>Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”</sub>
 <sub>Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”</sub>
  
  
-⚙️ **Install HACS:**
-
+⚙️ **Install HACS:**</br>
 <sub>Run in the LXC console</sub>
 <sub>Run in the LXC console</sub>
 ```yaml
 ```yaml
 bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/hacs-core.sh)"
 bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/hacs-core.sh)"
 ```
 ```
 <sub>After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.</sub>
 <sub>After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.</sub>
 
 
-⚙️ **Update Home Assistant**
-
+⚙️ **Update Home Assistant**</br>
 <sub>Run in the LXC console</sub>
 <sub>Run in the LXC console</sub>
 ```yaml
 ```yaml
 systemctl stop homeassistant.service && source /srv/homeassistant/bin/activate && pip3 install --upgrade homeassistant && systemctl start homeassistant.service && exit
 systemctl stop homeassistant.service && source /srv/homeassistant/bin/activate && pip3 install --upgrade homeassistant && systemctl start homeassistant.service && exit