From ae5b5da7efd16737707712bd3c65488bae6ec4ce Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Fri, 26 Jan 2024 06:45:34 +0100 Subject: [PATCH] Fix Vacuum MQTT config example anchor link (#31065) --- source/_integrations/vacuum.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/vacuum.mqtt.markdown b/source/_integrations/vacuum.mqtt.markdown index 32a665054fa..92483b7064e 100644 --- a/source/_integrations/vacuum.mqtt.markdown +++ b/source/_integrations/vacuum.mqtt.markdown @@ -190,7 +190,7 @@ set_fan_speed_topic: required: false type: string state_topic: - description: "The MQTT topic subscribed to receive state messages from the vacuum. Messages received on the `state_topic` must be a valid JSON dictionary, with a mandatory `state` key and optionally `battery_level` and `fan_speed` keys as shown in the [example](#state-mqtt-protocol)." + description: "The MQTT topic subscribed to receive state messages from the vacuum. Messages received on the `state_topic` must be a valid JSON dictionary, with a mandatory `state` key and optionally `battery_level` and `fan_speed` keys as shown in the [example](#configuration-example)." required: false type: string supported_features: