Merge pull request 'Remove unused summary device filter' (#2) from feature/remove-summary-device-dropdown into master

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-03-14 23:14:47 +01:00
@@ -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": ""
}