From 3adb4c4e422442f567d7fe4608a8c02924155500 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 12 Feb 2020 02:24:14 -0500 Subject: [PATCH] Update binary sensor docs with icon coloring changes (#12057) 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 927a3916291..ccf753ae9fa 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.