Hello everyone! I’m currently working with the minigraph plugin and trying to set the hours_to_show parameter dynamically using an input_number. Here’s my current configuration:yaml- color_thresholds_transition: smooth entities: - entity: sensor.humidity_exterieur name: humidity exterieur index: 0 font_size: 100 group: false hour24: true hours_to_show: 24 line_width: 6 points_per_hour: 1 show: extrema: false fill: fade labels: true name: true state: true type: 'custom:mini-graph-card’I’d love to set hours_to_show based on an input number. I’m wondering if this is possible within the Lovelace configuration file. I’ve heard that some cards allow dynamic parameters, but I’m not sure how to implement this. Any suggestions or workarounds would be greatly appreciated! ![]()