mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 01:47:44 +01:00
Embed env_vars guidance in docs
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
## 0.0.101 (13-06-2025)
|
||||
- Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases)
|
||||
|
||||
@@ -29,6 +29,8 @@ This is a test app ; for any issues please contact the link above.
|
||||
|
||||
## Configuration
|
||||
|
||||
Use the add-on `env_vars` option to pass extra environment variables (uppercase or lowercase names). See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
Webui can be found at <http://homeassistant:80>.
|
||||
Please see https://github.com/chrisleekr/binance-trading-bot for configuration.
|
||||
|
||||
@@ -48,3 +50,5 @@ comparison to installing any other Hass.io add-on.
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
BINANCE_AUTHENTICATION_ENABLED: bool
|
||||
BINANCE_AUTHENTICATION_PASSWORD: str
|
||||
|
||||
Reference in New Issue
Block a user