Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update to newest Teslamate Release + Small fix in Grafana config (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
vh2002 authored Feb 7, 2024
1 parent c5388b0 commit a205118
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-FULL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.22.0

* Teslamate 1.28.3

## 0.21.1

* Doc fixes
Expand Down
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# Changelog

## 0.21.1
## 0.22.0

* Doc fixes

## 0.21.0

* Teslamate 1.28.2
* Default geofence feature
* Teslamate 1.28.3

[Full Changelog](https://github.com/matt-FFFFFF/hassio-addon-teslamate/blob/main/CHANGELOG-FULL.md)
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ I recommend you use the existing Grafana addon from the community addons, if you

```yaml
plugins:
- name: natel-discrete-panel
- name: natel-plotly-panel
- name: pr0ps-trackmap-panel
- name: grafana-piechart-panel
- natel-discrete-panel
- natel-plotly-panel
- pr0ps-trackmap-panel
- grafana-piechart-panel
custom_plugins:
- name: panodata-map-panel
url: https://github.com/panodata/panodata-map-panel/releases/download/0.16.0/panodata-map-panel-0.16.0.zip
signed: false
unsigned: true
custom_plugins: []
env_vars:
- name: GF_SECURITY_ADMIN_USER
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"args": {
"TESLAMATE_TAG": "1.28.2"
"TESLAMATE_TAG": "1.28.3"
}
}

0 comments on commit a205118

Please sign in to comment.