Skip to content

Commit

Permalink
update teslamate repo links to teslamate-org
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Nov 13, 2023
1 parent a946e6e commit 243363e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
## [1.15.0] - 2022-07-15

### Information
🔓 **Encryption of API tokens** was added in [1.27.0](https://github.com/adriankumpf/teslamate/releases/tag/v1.27.0) of TeslaMate.
🔓 **Encryption of API tokens** was added in [1.27.0](https://github.com/teslamate-org/teslamate/releases/tag/v1.27.0) of TeslaMate.
You therefore need to adjust your TeslaMateApi deployment with the new added environment variables `ENCRYPTION_KEY`.
The `ENCRYPTION_KEY` needs to have the same value as the key in the environment variables of your TeslaMate.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![GitHub license](https://img.shields.io/github/license/tobiasehlert/teslamateapi)](https://github.com/tobiasehlert/teslamateapi/blob/main/LICENSE)
[![Docker pulls](https://img.shields.io/docker/pulls/tobiasehlert/teslamateapi)](https://hub.docker.com/r/tobiasehlert/teslamateapi)

TeslaMateApi is a RESTful API to get data collected by self-hosted data logger **[TeslaMate](https://github.com/adriankumpf/teslamate)** in JSON.
TeslaMateApi is a RESTful API to get data collected by self-hosted data logger **[TeslaMate](https://github.com/teslamate-org/teslamate)** in JSON.

- Written in **[Golang](https://golang.org/)**
- Data is collected from TeslaMate **Postgres** database and local **MQTT** Broker
Expand Down
2 changes: 1 addition & 1 deletion src/CommandSupport.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func initCommandAllowList() {
// generate map of all available commands
CommandList := make(map[string][]string)

// https://github.com/adriankumpf/teslamate/discussions/1433
// https://github.com/teslamate-org/teslamate/discussions/1433
CommandList["COMMANDS_LOGGING"] = []string{
"/logging/resume",
"/logging/suspend",
Expand Down

0 comments on commit 243363e

Please sign in to comment.