chore(zwavejsmqtt) - fix url and change description (#23916)
**Description** <!-- zwavejsmqtt, changed name to "Z-Wave JS UI". Old github link corrected to new one. Also change description according their website. Maybe TrueCharts name needs to be changed, but don't know if that is possible. So will keep my hands off..... --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Tripple checked my changes --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
This commit is contained in:
@@ -16,11 +16,12 @@ dependencies:
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
||||
description: Full featured Z-Wave Control Panel and MQTT Gateway, using NodeJS and Vue.
|
||||
home: https://truecharts.org/charts/stable/zwavejs2mqtt
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp
|
||||
keywords:
|
||||
- zwavejs2mqtt
|
||||
- zwave-js-ui
|
||||
- zwave-js
|
||||
- z-wave
|
||||
- zwave
|
||||
@@ -32,7 +33,7 @@ maintainers:
|
||||
name: zwavejs2mqtt
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
||||
- https://github.com/zwave-js/zwavejs2mqtt
|
||||
- https://github.com/zwave-js/zwave-js-ui
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 21.2.7
|
||||
version: 21.2.8
|
||||
|
||||
Reference in New Issue
Block a user