From 3ad05d179df2287a5fc1af2f79aee4038c23eac4 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Thu, 20 Dec 2018 17:02:31 +0100 Subject: [PATCH] Add Zigbee2mqtt to list of software that supports MQTT discovery. (#7912) --- source/_docs/mqtt/discovery.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index f0cce9e3f01..bcbe61df064 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -182,13 +182,14 @@ Supported abbreviations: ### {% linkable_title Support by third-party tools %} -The following firmware for ESP8266, ESP32 and Sonoff unit has built-in support for MQTT discovery: +The following software has built-in support for MQTT discovery: - [Sonoff-Tasmota](https://github.com/arendst/Sonoff-Tasmota) (starting with 5.11.1e) - [esphomeyaml](https://esphomelib.com/esphomeyaml/index.html) - [ESPurna](https://github.com/xoseperez/espurna) - [Arilux AL-LC0X LED controllers](https://github.com/mertenats/Arilux_AL-LC0X) - [room-assistant](https://github.com/mKeRix/room-assistant) (starting with 1.1.0) +- [Zigbee2mqtt](https://github.com/koenkk/zigbee2mqtt) ### {% linkable_title Examples %}