Fix Vacuum MQTT config example anchor link (#31065)

This commit is contained in:
TheJulianJES 2024-01-26 06:45:34 +01:00 committed by GitHub
parent 96591ac7f1
commit ae5b5da7ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,7 +190,7 @@ set_fan_speed_topic:
required: false required: false
type: string type: string
state_topic: 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 required: false
type: string type: string
supported_features: supported_features: