Skip to content

Commit

Permalink
core: improve legend for home-overview grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Oct 28, 2023
1 parent e284a06 commit 3c39be4
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions helmfile/core/values/grafana-dashboards/home-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 33,
"links": [],
"liveNow": false,
"panels": [
Expand Down Expand Up @@ -45,6 +46,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -107,6 +109,7 @@
"editorMode": "builder",
"expr": "hass_sensor_carbon_dioxide_ppm{entity=\"sensor.wellbeing_air_purifier_eco2\"}",
"instant": false,
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -138,6 +141,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -200,6 +204,7 @@
"editorMode": "builder",
"expr": "hass_sensor_temperature_celsius",
"instant": false,
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -231,6 +236,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -318,6 +324,7 @@
"editorMode": "builder",
"expr": "hass_sensor_humidity_percent",
"instant": false,
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -380,7 +387,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "10.0.2",
"pluginVersion": "10.1.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -445,7 +452,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "10.0.2",
"pluginVersion": "10.1.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -522,7 +529,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "10.0.2",
"pluginVersion": "10.1.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -563,6 +570,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -621,6 +629,7 @@
"editorMode": "builder",
"expr": "hass_sensor_pm10_u0xb5g_per_mu0xb3",
"instant": false,
"legendFormat": "pm10",
"range": true,
"refId": "A"
},
Expand All @@ -633,6 +642,7 @@
"expr": "hass_sensor_pm25_u0xb5g_per_mu0xb3",
"hide": false,
"instant": false,
"legendFormat": "pm2.5",
"range": true,
"refId": "B"
},
Expand All @@ -645,6 +655,7 @@
"expr": "hass_sensor_pm1_u0xb5g_per_mu0xb3",
"hide": false,
"instant": false,
"legendFormat": "pm1",
"range": true,
"refId": "C"
}
Expand Down Expand Up @@ -677,6 +688,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -741,6 +753,7 @@
"expr": "hass_sensor_unit_ppb",
"format": "time_series",
"instant": false,
"legendFormat": "{{__name__}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -777,6 +790,6 @@
"timezone": "",
"title": "Home Overview",
"uid": "b44a2584-f556-4f9b-903a-1d42561b46ab",
"version": 1667,
"version": 127125,
"weekStart": ""
}

0 comments on commit 3c39be4

Please sign in to comment.