i am trying to get a graph to show what layer it is current working on compared to the total layers in a 3d print
type: custom:mini-graph-card
hours_to_show: 0.5
card_mod:
class: middle-left
entities:
- entity: sensor.v3ke_current_layer
upper_bound: {{ states(sensor.v3ke_total_layer) }}
points_per_hour: 240
show:
labels: true
name: KE Current Layer
when i use that it saves it as this:
upper_bound:
"[object Object]": null
is there anyway i can get that sensor to be used on the card?