Update README.md

This commit is contained in:
tteckster 2022-01-19 21:44:41 -05:00 committed by GitHub
parent ae9615a978
commit 0218bdea0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -153,7 +153,7 @@ After the script completes, If you're dissatisfied with the default settings, cl
``` ```
/var/lib/docker/volumes/hass_config/_data /var/lib/docker/volumes/hass_config/_data
``` ```
⚙️ **To edit the HA configuration.yaml** (Recommend Using Webmin System Administration) ⚙️ **To Edit the HA configuration.yaml** (Recommend Using Webmin System Administration)
Run from the LXC console Run from the LXC console
``` ```
@ -162,7 +162,7 @@ nano /var/lib/docker/volumes/hass_config/_data/configuration.yaml
Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X” Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”
⚙️ **To allow device passthrough:** ⚙️ **To Allow Device Passthrough:**
In the Proxmox web shell run (**replace `106` with your LXC ID**) In the Proxmox web shell run (**replace `106` with your LXC ID**)
``` ```
@ -172,7 +172,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc
Reboot the LXC to apply the changes Reboot the LXC to apply the changes
⚙️ **To install HACS:** ⚙️ **To Install HACS:**
Run the from the LXC console Run the from the LXC console
``` ```
@ -181,9 +181,9 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc
After install, reboot Home Assistant and **clear browser cache** then Add HACS integration. After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.
⚙️ **To update Home Assistant:** ⚙️ **To Update Home Assistant:**
Run the from the LXC console Run from the LXC console
``` ```
./update.sh ./update.sh
``` ```