diff --git a/.storage/lovelace.dashboard_temp b/.storage/lovelace.dashboard_temp index 49b1325..9392fd9 100644 --- a/.storage/lovelace.dashboard_temp +++ b/.storage/lovelace.dashboard_temp @@ -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 - } - } - ] } ] },