-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from lildude/silence
Add silent mode option
- Loading branch information
Showing
6 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.0.1 | ||
|
||
- Added option to silence the logging. Disabled by default. | ||
|
||
## 1.0.0 | ||
|
||
- Initial release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM "ghostfolio/ghostfolio:2.65.0" | ||
FROM ghostfolio/ghostfolio:2.65.0 | ||
|
||
ARG BUILD_ARCH | ||
ARG BASHIO_VERSION=0.16.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Ghostfolio", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"slug": "ghostfolio", | ||
"description": "Privacy-first, open source dashboard for your personal finances.", | ||
"url": "https://github.com/lildude/ha-addon-ghostfolio", | ||
|
@@ -34,7 +34,8 @@ | |
"api_key_coingecko_demo": "str?", | ||
"api_key_coingecko_pro": "str?", | ||
"access_token_salt": "str?", | ||
"jwt_secret_key": "str?" | ||
"jwt_secret_key": "str?", | ||
"silent": "bool?" | ||
}, | ||
"codenotary": "[email protected]", | ||
"image": "ghcr.io/lildude/ha-addon-ghostfolio-{arch}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters