Remove zwave2mqtt references from mqtt docs (#29779)

This commit is contained in:
Jan Bouwhuis 2023-11-10 09:55:07 +01:00 committed by GitHub
parent 3b1fd4e48c
commit 32851bae7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,7 +609,6 @@ The following software has built-in support for MQTT discovery:
- [Xiaomi DaFang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks) - [Xiaomi DaFang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks)
- [Zehnder Comfoair RS232 MQTT](https://github.com/adorobis/hacomfoairmqtt) - [Zehnder Comfoair RS232 MQTT](https://github.com/adorobis/hacomfoairmqtt)
- [Zigbee2MQTT](https://github.com/koenkk/zigbee2mqtt) - [Zigbee2MQTT](https://github.com/koenkk/zigbee2mqtt)
- [Zwave2Mqtt](https://github.com/OpenZWave/Zwave2Mqtt) (starting with 2.0.1)
### Discovery examples ### Discovery examples
@ -1082,7 +1081,7 @@ Listen to the specified topic matcher and dumps all received messages within a s
| `duration` | yes | Duration in seconds that we will listen for messages. Default is 5 seconds. | | `duration` | yes | Duration in seconds that we will listen for messages. Default is 5 seconds. |
```yaml ```yaml
topic: openzwave/# topic: zigbee2mqtt/#
``` ```
## Logging ## Logging