From 9a0b3b919101a17360a9bc45e1ec1400efadb48f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 29 May 2024 08:11:27 +0200 Subject: [PATCH] Device class intro: improve description (#32987) --- source/_includes/integrations/device_class_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/integrations/device_class_intro.md b/source/_includes/integrations/device_class_intro.md index dbd76244078..077adf6e25a 100644 --- a/source/_includes/integrations/device_class_intro.md +++ b/source/_includes/integrations/device_class_intro.md @@ -1 +1 @@ -A device class defines how the entity is represented in the [dashboard](/dashboards/). This can be modified in the [customize section](/docs/configuration/customizing-devices/). For example, different states may be represented by different icons, colors, or text. \ No newline at end of file +A device class is a measurement categorization in Home Assistant. It influences how the entity is represented in the [dashboard](/dashboards/). This can be modified in the [customize section](/docs/configuration/customizing-devices/). For example, different states may be represented by different icons, colors, or text. \ No newline at end of file