From 56c2d65da0c122dcad277845a8d7b30d4b7710d1 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 11 Feb 2020 18:21:49 -0500 Subject: [PATCH] update binary sensor docs with icon coloring changes icon coloring was changed in 0.105, this adds a little extra note pointing out that in order to get it looking like that image on the left, you must have `state_color: true` --- source/_integrations/binary_sensor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/binary_sensor.markdown b/source/_integrations/binary_sensor.markdown index 927a39162919..ccf753ae9fa4 100644 --- a/source/_integrations/binary_sensor.markdown +++ b/source/_integrations/binary_sensor.markdown @@ -43,5 +43,5 @@ For analog sensors please check the [integration overview](/integrations/#sensor

-Example of various device classes icons in `on` and `off` state. +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.