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`
This commit is contained in:
Sean Mooney 2020-02-12 02:24:14 -05:00 committed by GitHub
parent d200e6783e
commit 3adb4c4e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,5 +43,5 @@ For analog sensors please check the [integration overview](/integrations/#sensor
<p class='img'>
<img src='/images/screenshots/binary_sensor_classes_icons.png' />
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.
</p>