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

Update to newest Teslamate Release + Small fix in Grafana config #127

Merged
merged 4 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
Loading