From 24e598ddd3dd3de597d383bd369f559bb3565b96 Mon Sep 17 00:00:00 2001 From: Frederico Minuzzi Date: Wed, 15 Apr 2026 18:02:07 -0300 Subject: [PATCH] Adding deprecation notice --- docs/tagoio/integrations/networks/mqtt/mqtt.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/tagoio/integrations/networks/mqtt/mqtt.md b/docs/tagoio/integrations/networks/mqtt/mqtt.md index 0de43e16..6172f27e 100644 --- a/docs/tagoio/integrations/networks/mqtt/mqtt.md +++ b/docs/tagoio/integrations/networks/mqtt/mqtt.md @@ -6,7 +6,19 @@ keywords: [tagoio, iot, mqtt, broker, protocol] sidebar_position: 1 --- -## Important notice +## Important notices + +:::warning[Deprecation Notice] +**Legacy MQTT is deprecated.** This integration will be removed in a future release. +New accounts created after April 15, 2026 no longer have access to this feature. + +If you are currently using Legacy MQTT, please plan your migration to the +[MQTT Relay](/docs/tagoio/integrations/networks/mqtt/connecting-your-mqtt-broker-to-tagoio) or +the [HTTP API](/docs/tagoio/api/api_overview). + +Existing devices and actions using Legacy MQTT will continue to function during +the deprecation period, but no new features or bug fixes will be provided. +::: :::warning