From 18ba65f3af5a6f62b8c0e77c32b9f2ef4f5d6bc2 Mon Sep 17 00:00:00 2001 From: Michal Maly Date: Sat, 14 Mar 2026 23:13:58 +0100 Subject: [PATCH] Remove unused summary device filter --- .../tasmota-device-summary-dashboard.json | 33 ++----------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/docs/grafana/tasmota-device-summary-dashboard.json b/docs/grafana/tasmota-device-summary-dashboard.json index e24edf9..93290fb 100644 --- a/docs/grafana/tasmota-device-summary-dashboard.json +++ b/docs/grafana/tasmota-device-summary-dashboard.json @@ -598,36 +598,7 @@ "influxdb" ], "templating": { - "list": [ - { - "allValue": "*", - "current": { - "selected": true, - "text": "All", - "value": "*" - }, - "datasource": { - "type": "influxdb", - "uid": "dfftuvrrhv6kgb" - }, - "definition": "SELECT device FROM (SELECT DISTINCT device FROM tasmota_state UNION SELECT DISTINCT device FROM tasmota_sensor) ORDER BY device", - "hide": 0, - "includeAll": true, - "label": "Device", - "multi": false, - "name": "device", - "options": [], - "query": { - "query": "SELECT device FROM (SELECT DISTINCT device FROM tasmota_state UNION SELECT DISTINCT device FROM tasmota_sensor) ORDER BY device", - "refId": "InfluxDBVariableQueryEditor-VariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - } - ] + "list": [] }, "time": { "from": "now-24h", @@ -637,6 +608,6 @@ "timezone": "browser", "title": "Tasmota Device Summary", "uid": "tasmota-device-summary", - "version": 7, + "version": 8, "weekStart": "" } \ No newline at end of file