mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Update README.md to reflect deprecation status of OpenZWave/HomeMatic (#2363)
* Update README.md to reflect deprecation status of OpenZWave/HomeMatic * Set stage to deprecated
This commit is contained in:
18
README.md
18
README.md
@@ -55,10 +55,6 @@ systems that have installed Home Assistant.
|
||||
|
||||
Voice assistant powered by Home Assistant.
|
||||
|
||||
- **[HomeMatic](/homematic/README.md)**
|
||||
|
||||
HomeMatic central based on OCCU.
|
||||
|
||||
- **[Let's Encrypt](/letsencrypt/README.md)**
|
||||
|
||||
Manage an create certificates from Let's Encrypt.
|
||||
@@ -91,10 +87,24 @@ systems that have installed Home Assistant.
|
||||
|
||||
TellStick and TellStick Duo service.
|
||||
|
||||
- **[Z-Wave JS](/zwave_js/README.md)**
|
||||
|
||||
Allow Home Assistant to talk to a Z-Wave Network via a USB Controller.
|
||||
|
||||
### Deprecated Add-ons
|
||||
|
||||
- **[HomeMatic](/homematic/README.md)**
|
||||
|
||||
HomeMatic central based on OCCU.
|
||||
|
||||
Deprecated in favor of the much more advanced third-party [RaspberryMatic CCU](https://github.com/jens-maus/RaspberryMatic/tree/master/home-assistant-addon).
|
||||
|
||||
- **[OpenZWave](/zwave/README.md)**
|
||||
|
||||
Allow Home Assistant to talk to a Z-Wave Network via a USB Controller.
|
||||
|
||||
Deprecated in favor of [Z-Wave JS](/zwave_js/README.md)
|
||||
|
||||
## Support
|
||||
|
||||
Got questions?
|
||||
|
||||
@@ -47,5 +47,6 @@ schema:
|
||||
key: str
|
||||
serial: str
|
||||
wired_enable: bool
|
||||
stage: deprecated
|
||||
startup: system
|
||||
timeout: 15
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# Home Assistant Add-on: OpenZWave
|
||||
|
||||
**WARNING: This add-on is deprecated. We recommend using the [Z-Wave JS
|
||||
add-on](/zwave_js/README.md) along with its integration. The OpenZWave
|
||||
add-on will no longer receive any updates.**
|
||||
|
||||
Allow Home Assistant to talk to a Z-Wave Network via a USB Controller.
|
||||
|
||||
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]
|
||||
|
||||
@@ -33,5 +33,5 @@ schema:
|
||||
network_key: password
|
||||
services:
|
||||
- mqtt:want
|
||||
stage: experimental
|
||||
stage: deprecated
|
||||
startup: services
|
||||
|
||||
Reference in New Issue
Block a user