1 Commits

Author SHA1 Message Date
yugi b0784faa43 Merge pull request 'feature/device-aliases' (#1) from feature/device-aliases into master
Reviewed-on: #1
2026-03-14 23:03:09 +01:00
@@ -598,7 +598,36 @@
"influxdb"
],
"templating": {
"list": []
"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"
}
]
},
"time": {
"from": "now-24h",
@@ -608,6 +637,6 @@
"timezone": "browser",
"title": "Tasmota Device Summary",
"uid": "tasmota-device-summary",
"version": 8,
"version": 7,
"weekStart": ""
}