From 90cdb0b74b0ff9b106245ef2f5670481804a68a3 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 4 Oct 2019 23:35:43 +0200 Subject: [PATCH] Fix links to `device_class` for MQTT sensor (#10593) * Update sensor.mqtt.markdown * Update sensor.mqtt.markdown --- source/_integrations/sensor.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sensor.mqtt.markdown b/source/_integrations/sensor.mqtt.markdown index 303315d655d..f2629506fc8 100644 --- a/source/_integrations/sensor.mqtt.markdown +++ b/source/_integrations/sensor.mqtt.markdown @@ -89,7 +89,7 @@ unique_id: required: false type: string device_class: - description: The type/class of the sensor to set the icon in the frontend. + description: The [type/class](/integrations/sensor/#device-class) of the sensor to set the icon in the frontend. required: false type: device_class default: None