From 32851bae7fe35b21ce17004f27207e2169ec8375 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 10 Nov 2023 09:55:07 +0100 Subject: [PATCH] Remove zwave2mqtt references from mqtt docs (#29779) --- source/_integrations/mqtt.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 58b488c966e..54a3654d3f8 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -609,7 +609,6 @@ The following software has built-in support for MQTT discovery: - [Xiaomi DaFang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks) - [Zehnder Comfoair RS232 MQTT](https://github.com/adorobis/hacomfoairmqtt) - [Zigbee2MQTT](https://github.com/koenkk/zigbee2mqtt) -- [Zwave2Mqtt](https://github.com/OpenZWave/Zwave2Mqtt) (starting with 2.0.1) ### 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. | ```yaml -topic: openzwave/# +topic: zigbee2mqtt/# ``` ## Logging