From 08b20cad13f18ceac6cc6d718fb523eda3912431 Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Fri, 12 May 2023 05:48:58 +0100 Subject: [PATCH] Replace HTML with Markdown syntax for embedded image. (#27364) --- source/_integrations/binary_sensor.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_integrations/binary_sensor.markdown b/source/_integrations/binary_sensor.markdown index 6ff50c7b6ef..493d7f2777e 100644 --- a/source/_integrations/binary_sensor.markdown +++ b/source/_integrations/binary_sensor.markdown @@ -36,12 +36,10 @@ state over the other. This is set by the binary sensor's device class. Here are a few examples of this representation in the UI: -

- +![List of binary sensors](/images/screenshots/binary_sensor_classes_icons.png) Example of various device classes icons in `on` and `off` state. The on image in this example has `state_color: true` specified in the Entities card configuration to receive the icon coloring. -

The full list of supported binary sensor device classes is below *(note: these may also be modified in the [customizing section](/docs/configuration/customizing-devices)).*