1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00

Merge pull request #173 from YunoHost-Apps/ci-auto-update-9.18.0

Upgrade to v9.18.0
This commit is contained in:
eric_G 2024-09-01 17:46:41 +02:00 committed by GitHub
commit 9d874abf52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 72 additions and 14 deletions

View file

@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
**Shipped version:** 9.17.0~ynh1
**Shipped version:** 9.18.0~ynh1
## Documentation and resources
- Official app website: <https://zwave-js.github.io/zwave-js-ui/#/>

View file

@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
**Versión actual:** 9.17.0~ynh1
**Versión actual:** 9.18.0~ynh1
## Documentaciones y recursos
- Sitio web oficial: <https://zwave-js.github.io/zwave-js-ui/#/>

View file

@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
**Paketatutako bertsioa:** 9.17.0~ynh1
**Paketatutako bertsioa:** 9.18.0~ynh1
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://zwave-js.github.io/zwave-js-ui/#/>

View file

@ -31,7 +31,7 @@ Pour fonctionner correctement, cette application nécessite d'avoir installé so
Pour l'instant, bien que le package fonctionne (installation, désinstallation, sauvegarde, restauration...), il n'est pas intégré avec domoticz et mosquitto, les paramétrages doivent être fait manuellement depuis l'application.
**Version incluse:** 9.17.0~ynh1
**Version incluse:** 9.18.0~ynh1
## Documentations et ressources
- Site officiel de lapp: <https://zwave-js.github.io/zwave-js-ui/#/>

View file

@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
**Versión proporcionada:** 9.17.0~ynh1
**Versión proporcionada:** 9.18.0~ynh1
## Documentación e recursos
- Web oficial da app: <https://zwave-js.github.io/zwave-js-ui/#/>

View file

@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
**Versi terkirim:** 9.17.0~ynh1
**Versi terkirim:** 9.18.0~ynh1
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://zwave-js.github.io/zwave-js-ui/#/>

57
README_ru.md Normal file
View file

@ -0,0 +1,57 @@
<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# Zwave-JS-UI для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/zwave-js-ui.svg)](https://ci-apps.yunohost.org/ci/apps/zwave-js-ui/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.maintain.svg)
[![Установите Zwave-JS-UI с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwave-js-ui)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить Zwave-JS-UI быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
### Features
Integrate zwave-js-ui natively in Domoticz_ynh.
**Zwave-JS-UI**, also known under previous name ZWaveJS2MQTT, is a replacement for Openzwave. It exposes Z-Wave devices to an MQTT broker in a fully configurable manner.
To work correctly, this app require to install either
- [Domoticz package](https://github.com/YunoHost-Apps/domoticz_ynh) with **mqtt broker Mosquitto**
- [Home-Assistant package](https://github.com/YunoHost-Apps/homeassistant_ynh)
For now, although the package is fully functional (install, remove, backup, restore...), it is not integrated with domoticz and mosquitto package, this means that all settings needs to be done manually from inside the app.
**Поставляемая версия:** 9.18.0~ynh1
## Документация и ресурсы
- Официальный веб-сайт приложения: <https://zwave-js.github.io/zwave-js-ui/#/>
- Официальная документация пользователя: <https://www.domoticz.com/wiki/Zwave-JS-UI>
- Официальная документация администратора: <https://zwave-js.github.io/zwave-js-ui/#/>
- Репозиторий кода главной ветки приложения: <https://github.com/zwave-js/zwave-js-ui>
- Магазин YunoHost: <https://apps.yunohost.org/app/zwave-js-ui>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/zwave-js-ui_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing --debug
или
sudo yunohost app upgrade zwave-js-ui -u https://github.com/YunoHost-Apps/zwave-js-ui_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>

View file

@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
**分发版本:** 9.17.0~ynh1
**分发版本:** 9.18.0~ynh1
## 文档与资源
- 官方应用网站: <https://zwave-js.github.io/zwave-js-ui/#/>

View file

@ -5,7 +5,7 @@ name = "Zwave-JS-UI"
description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz"
description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
version = "9.17.0~ynh1"
version = "9.18.0~ynh1"
maintainers = ["Krakinou"]
@ -43,12 +43,12 @@ ram.runtime = "150M"
[resources]
[resources.sources.main]
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.17.0/zwave-js-ui-v9.17.0-linux-arm64.zip"
arm64.sha256 = "4590434fa1c884bddd98d8c04a766296cf99a2d9a50870cb3d73fe8572af3576"
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.17.0/zwave-js-ui-v9.17.0-linux-armv7.zip"
armhf.sha256 = "9c47caff772cbd85d68ba38a544409a151f7e37b56d83c9bca52a7aa1037eb0e"
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.17.0/zwave-js-ui-v9.17.0-linux.zip"
amd64.sha256 = "de3ea11b3440453397482d515804364115fc450491f3005810176c653cfdf1d0"
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.18.0/zwave-js-ui-v9.18.0-linux-arm64.zip"
arm64.sha256 = "21136d3bfccba07272bf1e18df692ca2dfd00d5420f258229d9c3a0beef245d9"
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.18.0/zwave-js-ui-v9.18.0-linux-armv7.zip"
armhf.sha256 = "228ce138063bb5a0148ffc15d91b818daaf2d2d8091ff930d17de56d5d35d7b1"
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.18.0/zwave-js-ui-v9.18.0-linux.zip"
amd64.sha256 = "8c579ab49b8950ce86a5c1628dbac05217ecb4865b8cdcf62422e1b716e1474f"
in_subdir = false
autoupdate.strategy = "latest_github_release"