From 0444e9d7bb4973afc8f696657cb370d1b2a8966a Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 15 Nov 2021 04:28:44 -0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69b5f7c2..d8473507 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,16 @@ After the script completes, If you're dissatisfied with the default settings, cl **Portainer Interface - IP:9000** -Path to HA configuration.yaml +Path to HA /config ``` /var/lib/docker/volumes/hass_config/_data ``` +Edit HA configuration.yaml (run from the LXC console) +``` +nano /var/lib/docker/volumes/hass_config/_data/configuration.yaml +``` +Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X” + [To pass through a device for ZHA](https://github.com/tteck/Proxmox/blob/main/Alternative.md#zha-device-pass-through) [Install HACS](https://github.com/tteck/Proxmox/blob/main/HACS.md) @@ -103,10 +109,16 @@ After the script completes, If you're dissatisfied with the default settings, cl **Portainer Interface - IP:9000** -Path to HA configuration.yaml +Path to HA /config ``` /var/lib/docker/volumes/hass_config/_data ``` +Edit HA configuration.yaml (run from the LXC console) +``` +nano /var/lib/docker/volumes/hass_config/_data/configuration.yaml +``` +Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X” + [To pass through a device for ZHA](https://github.com/tteck/Proxmox/blob/main/Alternative.md#zha-device-pass-through) [Install HACS](https://github.com/tteck/Proxmox/blob/main/HACS.md)