diff --git a/source/_integrations/cover.markdown b/source/_integrations/cover.markdown index 57a5cba4ee1..9e7ed821706 100644 --- a/source/_integrations/cover.markdown +++ b/source/_integrations/cover.markdown @@ -15,7 +15,7 @@ Home Assistant can give you an interface to control covers such as rollershutter ## Device Class -The way these sensors are displayed in the frontend can be modified in the [customize section](/docs/configuration/customizing-devices/). The following device classes are supported for covers: +The way these {% term sensors %} are displayed in the {% term frontend %} can be modified in the [customize section](/docs/configuration/customizing-devices/). The following device classes are supported for covers: - **None**: Generic cover. This is the default and doesn't need to be set. - **awning**: Control of an awning, such as an exterior retractable window, door, or patio cover. @@ -31,7 +31,8 @@ The way these sensors are displayed in the frontend can be modified in the [cust Here are a few examples of this representation in the UI: -
Example of various device classes icons in `open` and `closed` state. The open image in this example has `state_color: true` specified in the Entities card configuration to receive the icon coloring.