mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
* new dashboard for reporting to Dutch tax based on #989 * Titles/labels now match pie-charts in Charging stats Solves #814 - just had to reverse the "ORDER BY" for the pie-charts... * Include reports in Docker image * Use new table component * Show geo fences where applicable Closes #989 Fixes #814 Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
33 lines
635 B
YAML
33 lines
635 B
YAML
apiVersion: 1
|
|
|
|
providers:
|
|
- name: 'teslamate'
|
|
orgId: 1
|
|
folder: TeslaMate
|
|
folderUid: Nr4ofiDZk
|
|
type: file
|
|
disableDeletion: false
|
|
editable: true
|
|
updateIntervalSeconds: 86400
|
|
options:
|
|
path: /dashboards
|
|
- name: 'teslamate_internal'
|
|
orgId: 1
|
|
folder: Internal
|
|
folderUid: Nr5ofiDZk
|
|
type: file
|
|
disableDeletion: false
|
|
editable: true
|
|
updateIntervalSeconds: 86400
|
|
options:
|
|
path: /dashboards_internal
|
|
- name: 'teslamate_reports'
|
|
orgId: 1
|
|
folder: Reports
|
|
folderUid: Nr6ofiDZk
|
|
type: file
|
|
disableDeletion: false
|
|
editable: true
|
|
updateIntervalSeconds: 86400
|
|
options:
|
|
path: /dashboards_reports |