.storage/lovelace.dashboard_temp
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user