MindFreeze / ha-sankey-chart

A Home Assistant lovelace card to display a sankey chart. For example for power consumption
MIT License
378 stars 20 forks source link

Hide remaining ? #208

Closed realjax closed 3 months ago

realjax commented 3 months ago

Every few seconds I get this Screenshot 2024-06-26 at 09 50 09

Note the veeeeeeeery small remaining child value( yellow near bottom) Which only exist for a second or two untill the state of the parents is corrected again.

Is there a way to permanently hide that remaining child?

MindFreeze commented 3 months ago

You can set the min_state option to hide small values

realjax commented 3 months ago

sorry, I missed that in the docs, Thanks!