Hi, why are there different directions with binary sensors?
type: custom:plotly-graph
entities:
- entity: binary_sensor.vicare_burner_active
hours_to_show: 24
refresh_interval: 10
title: Brenner-Diagnose
plots like this:
While:
type: custom:plotly-graph
entities:
- entity: binary_sensor.haustur_motion
hours_to_show: 24
refresh_interval: 10
plots like this:
Note that the values for “on” and “off” are differnt in both plots. Seems to me, that the placement is determined by the time value the sensor is in “on” state. I need the “on” value on top, regardless how long the binary sensor is “on”. How to accomplish this?