#mini-graph-card help wanted.

1 messages · Page 1 of 1 (latest)

ruby spoke
#

So I have my starlink's up/down throughout tracked, but this graph card only seems to show the state of one, so for now, I have state disabled. Any gurus ? Ideally, I'd replace name: Throughout with x.xxMbps DN / x.xx Mbps UP

But also just replacing the entity names with their respective up/downs, but I'm fairly sure the name won't update beyond the one time, but I'm not sure.

  - entity: sensor.starlink_downlink_throughput
    name: DN
  - entity: sensor.starlink_uplink_throughput
    name: UP
    y_axis: secondary
group: false
height: 150
hour24: true
line_width: 2
name: Throughput
points_per_hour: 60
icon: mdi:speedometer-medium
show:
  fill: fade
  icon: true
  labels: true
  labels_secondary: true
  legend: true
  name: true
  state: false
type: custom:mini-graph-card