Przeglądaj źródła

Merge pull request #152 from tteck/main

main
tteckster 3 lat temu
rodzic
commit
2abca5f52f
4 zmienionych plików z 16 dodań i 7 usunięć
  1. 9 0
      CHANGELOG.MD
  2. 7 7
      README.md
  3. 0 0
      ct/zigbee2mqtt-v2.sh
  4. 0 0
      ct/zwavejs2mqtt-v2.sh

+ 9 - 0
CHANGELOG.MD

@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
 
 ### ⚠️ [IMPORTANT NOTICE](https://github.com/tteck/Proxmox/issues/71#issue-1169207591)
 
+## 2022-04-17
+
+### Changed
+
+- **Zigbee2MQTT LXC**
+  - New V3 Install Script 
+- **Zwavejs2MQTT LXC**
+  - New V3 Install Script
+
 ## 2022-04-16
 
 ### Changed

+ 7 - 7
README.md

@@ -620,17 +620,17 @@ ________________________________________________________________________________
 </details>
 
 <details>
-<summary markdown="span"> Zigbee2MQTT LXC </summary>
+<summary markdown="span"> 🔸Zigbee2MQTT LXC </summary>
  
 <p align="center"><img src="https://github.com/Koenkk/zigbee2mqtt/blob/master/images/logo_bee_only.png?raw=true" height="100"/></p>
 
 
 <h1 align="center" id="heading">Zigbee2MQTT LXC </h1>
 
-To create a new Proxmox Zigbee2MQTT LXC, run the following in the Proxmox Shell (V2).
+To create a new Proxmox Zigbee2MQTT LXC, run the following in the Proxmox Shell.
 
 ```yaml
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh)"
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt-v3.sh)"
 ```
 <h3 align="center" id="heading">⚡ Default Settings:  1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
 
@@ -701,16 +701,16 @@ ________________________________________________________________________________
 </details>
 
 <details>
-<summary markdown="span"> Zwavejs2MQTT LXC </summary>
+<summary markdown="span"> 🔸Zwavejs2MQTT LXC </summary>
  
-<p align="center"><img src="https://github.com/home-assistant/brands/blob/master/core_integrations/zwave/icon.png?raw=true" height="100"/></p>
+<p align="center"><img src="https://github.com/zwave-js/zwavejs2mqtt/raw/master/docs/_images/zwavejs_logo.svg" height="100"/></p>
 
 <h1 align="center" id="heading"> Zwavejs2MQTT LXC </h1>
 
-To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell (V2).
+To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell.
 
 ```yaml
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt.sh)"
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt-v3.sh)"
 ```
 <h3 align="center" id="heading">⚡ Default Settings:  1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
 

+ 0 - 0
ct/zigbee2mqtt.sh → ct/zigbee2mqtt-v2.sh


+ 0 - 0
ct/zwavejs2mqtt.sh → ct/zwavejs2mqtt-v2.sh