Browse Source

Update README.md

tteckster 3 years ago
parent
commit
0444e9d7bb
1 changed files with 14 additions and 2 deletions
  1. 14 2
      README.md

+ 14 - 2
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)