.storage/lovelace.dashboard_temp

This commit is contained in:
Home Assistant Version Control
2026-07-24 15:39:24 +00:00
parent 67303360ae
commit be04b27449
+57
View File
@@ -440,6 +440,63 @@
}
]
}
},
{
"type": "custom:apexcharts-card",
"graph_span": "12h",
"show": {
"loading": false
},
"apex_config": {
"legend": {
"show": false
},
"chart": {
"height": "150px"
},
"grid": {
"borderColor": "grey"
}
},
"header": {
"title": "CPU Temps",
"show": true,
"show_states": true,
"colorize_states": true
},
"all_series_config": {
"stroke_width": 2
},
"series": [
{
"entity": "sensor.192_168_1.140_cpu_thermal_0_temperature",
"type": "area",
"opacity": 0.2,
"name": "CPU Temperature",
"color": "green",
"group_by": {
"func": "avg",
"duration": "5min"
},
"show": {
"legend_value": false
}
},
{
"entity": "sensor.192_168_0_16_rp1_adc_0_temperature",
"type": "area",
"opacity": 0.2,
"name": "ADC Temperature",
"color": "yellow",
"group_by": {
"func": "avg",
"duration": "5min"
},
"show": {
"legend_value": false
}
}
]
}
]
},