mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 03:51:27 +00:00
🎉 Release of add-on Z-Wave JS UI 1.0.0
This commit is contained in:
parent
9e76015c34
commit
a436f6779a
8 changed files with 335 additions and 0 deletions
64
zwave-js-ui/README.md
Normal file
64
zwave-js-ui/README.md
Normal file
|
@ -0,0 +1,64 @@
|
|||
# Home Assistant Community Add-on: Z-Wave JS UI
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
||||
|
||||
[![Sponsor Frenck via GitHub Sponsors][github-sponsors-shield]][github-sponsors]
|
||||
|
||||
[![Support Frenck on Patreon][patreon-shield]][patreon]
|
||||
|
||||
Fully configurable Z-Wave JS control panel and MQTT gateway.
|
||||
|
||||
![Z-Wave JS UI][logo]
|
||||
|
||||
## About
|
||||
|
||||
The Z-Wave JS UI add-on provides an additional control panel, allowing you
|
||||
to configure every aspect of your Z-Wave network. It provides a decouled
|
||||
gateway which can communicate using Z-Wave JS WebSockets (used by the
|
||||
Home Assistant Z-Wave JS integration) and MQTT (even simultaneously).
|
||||
|
||||
Some advantages and use-cases:
|
||||
|
||||
- Compatible with the Home Assistant Z-Wave JS integration.
|
||||
- Your Z-Wave network will keep running between Home Assistant restarts.
|
||||
- You can directly use things like Node-RED with your Z-Wave network, while
|
||||
it is available for Home Assistant at the same time.
|
||||
- Allow [ESPHome.io][esphome] based ESP devices to directly respond or work
|
||||
with your Z-Wave network.
|
||||
- Pre-configures itself with the Mosquitto add-on when found.
|
||||
|
||||
This add-on uses the [Z-Wave JS UI][zwave-js-ui] software.
|
||||
|
||||
## WARNING! THIS IS A BETA VERSION!
|
||||
|
||||
This Home Assistant Add-ons repository contains beta releases of add-ons.
|
||||
|
||||
- They might stop working at any time.
|
||||
- They could have a negative impact on your system.
|
||||
|
||||
This repository was created for:
|
||||
|
||||
- Anybody willing to test.
|
||||
- Anybody interested in trying out upcoming add-ons or add-on features.
|
||||
|
||||
If you are more interested in stable releases of our add-ons:
|
||||
|
||||
<https://github.com/hassio-addons/repository>
|
||||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[esphome]: https://esphome.io/components/mqtt.html#on-message-trigger
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[logo]: https://github.com/hassio-addons/addon-zwave-js-ui/raw/main/zwave-js-ui/logo.png
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwave-js-ui/tree/v1.0.0
|
||||
[zwave-js-ui]: https://github.com/zwave-js/zwave-js-ui
|
Loading…
Add table
Add a link
Reference in a new issue