Sure, no problem at all
Here it is:
- type: entities
show_header_toggle: false
entities:
- type: custom:mini-graph-card
name: Speed Test
more_info: false
group: true
height: 0
hour24: true
hours_to_show: 24
points_per_hour: 4
animate: true
decimals: 0
show:
name: true
icon: true
state: true
graph: line
fill: false
points: false
legend: true
extrema: false
labels: false
entities:
- entity: sensor.speedtest_download
name: Download
color: "#3399ff"
show_state: true
- entity: sensor.speedtest_upload
name: Upload
color: "#ff6600"
show_state: true
- entity: sensor.speedtest_ping
name: Ping
color: "#33cc33"
show_state: true
- type: custom:mini-graph-card
more_info: false
height: 150
group: true
hour24: true
hours_to_show: 24
points_per_hour: 4
animate: true
decimals: 1
show:
name: false
icon: false
state: false
graph: line
fill: false
points: false
legend: false
extrema: false
labels: false
entities:
- entity: sensor.speedtest_download
color: "#3399ff"
- entity: sensor.speedtest_upload
color: "#ff6600"
- type: custom:mini-graph-card
more_info: false
group: true
height: 25
hour24: true
hours_to_show: 24
points_per_hour: 4
animate: true
decimals: 0
show:
name: false
icon: false
state: false
graph: line
fill: false
points: false
legend: false
extrema: false
labels: false
entities:
- entity: sensor.speedtest_ping
color: "#33cc33"
- type: custom:mini-graph-card
more_info: false
group: true
height: 0
hour24: true
hours_to_show: 24
points_per_hour: 4
animate: true
decimals: 0
show:
name: false
icon: false
state: false
graph: line
fill: false
points: false
legend: false
extrema: true
labels: false
entities:
- entity: sensor.speedtest_download
color: "#3399ff"
- entity: sensor.speedtest_upload
color: "#ff6600"
- entity: sensor.speedtest_ping
color: "#33cc33"
I am looking forward for the additional info in the “extrema” part