mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
add env_vars nobuild
This commit is contained in:
@@ -72,6 +72,7 @@ map:
|
||||
- config:rw
|
||||
name: MyElectricalData
|
||||
options:
|
||||
env_vars: []
|
||||
CONFIG_LOCATION: /config/myelectricaldata/config.yaml
|
||||
TZ: Europe/Paris
|
||||
mqtt_autodiscover: true
|
||||
@@ -83,6 +84,9 @@ ports:
|
||||
ports_description:
|
||||
5000/tcp: Portail
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
value: str?
|
||||
CONFIG_LOCATION: str
|
||||
TZ: str?
|
||||
mqtt_autodiscover: bool
|
||||
|
||||
Reference in New Issue
Block a user