Skip to content

Commit

Permalink
feat: add TeslaLogger (#785)
Browse files Browse the repository at this point in the history
* Add TeslaLogger
* Update Logo

Size correction
  • Loading branch information
splitti authored Oct 7, 2024
1 parent 19ff613 commit 000daf6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TeslaLogger/TeslaLogger.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\TeslaLogger;

class TeslaLogger extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions TeslaLogger/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "3219c51b1c1d47f0771ef6a7b7f1e568505ea9cf",
"name": "TeslaLogger",
"website": "https://github.com/bassmaster187/TeslaLogger",
"license": "GNU General Public License v3.0 or later",
"description": "TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Currently it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.",
"enhanced": false,
"tile_background": "light",
"icon": "teslalogger.png"
}
Binary file added TeslaLogger/teslalogger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 000daf6

Please sign in to comment.