From 4d747e0385a2ea3cfeac797bc01582b179968f3a Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 7 Mar 2025 23:14:29 +0100 Subject: [PATCH] Improve referrals to the device class documentation for MQTT entity platforms (#37858) --- source/_integrations/cover.mqtt.markdown | 2 +- source/_integrations/humidifier.mqtt.markdown | 2 +- source/_integrations/valve.mqtt.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/cover.mqtt.markdown b/source/_integrations/cover.mqtt.markdown index f847fd28ad5..5eb72f4a1c4 100644 --- a/source/_integrations/cover.mqtt.markdown +++ b/source/_integrations/cover.mqtt.markdown @@ -131,7 +131,7 @@ device: required: false type: string device_class: - description: Sets the [class of the device](/integrations/cover/), changing the device state and icon that is displayed on the frontend. The `device_class` can be `null`. + description: Sets the [class of the device](/integrations/cover/#device_class), changing the device state and icon that is displayed on the frontend. The `device_class` can be `null`. required: false type: string enabled_by_default: diff --git a/source/_integrations/humidifier.mqtt.markdown b/source/_integrations/humidifier.mqtt.markdown index 26039efe1c0..e23030c6e4e 100644 --- a/source/_integrations/humidifier.mqtt.markdown +++ b/source/_integrations/humidifier.mqtt.markdown @@ -145,7 +145,7 @@ device: required: false type: string device_class: - description: The device class of the MQTT device. Must be either `humidifier`, `dehumidifier` or `null`. + description: The [device class](/integrations/humidifier/#device-class) of the MQTT device. Must be either `humidifier`, `dehumidifier` or `null`. required: false type: string default: humidifier diff --git a/source/_integrations/valve.mqtt.markdown b/source/_integrations/valve.mqtt.markdown index 77b609bd5ba..3ee32859c38 100644 --- a/source/_integrations/valve.mqtt.markdown +++ b/source/_integrations/valve.mqtt.markdown @@ -155,7 +155,7 @@ device: required: false type: string device_class: - description: Sets the [class of the device](/integrations/valve/), changing the device state and icon that is displayed on the frontend. The `device_class` can be `null`. + description: Sets the [class of the device](/integrations/valve/#device_class), changing the device state and icon that is displayed on the frontend. The `device_class` can be `null`. required: false type: string enabled_by_default: