.storage/lovelace.dashboard_temp

This commit is contained in:
Home Assistant Version Control
2026-07-24 16:03:08 +00:00
parent 285283eae9
commit 8a971d10dd
-57
View File
@@ -440,63 +440,6 @@
}
]
}
},
{
"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.home_assistant_hassio_tx",
"type": "area",
"opacity": 0.2,
"name": "CPU Temperature",
"color": "green",
"group_by": {
"func": "avg",
"duration": "5min"
},
"show": {
"legend_value": false
}
},
{
"entity": "sensor.home_a",
"type": "area",
"opacity": 0.2,
"name": "ADC Temperature",
"color": "yellow",
"group_by": {
"func": "avg",
"duration": "5min"
},
"show": {
"legend_value": false
}
}
]
}
]
},