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,11 +72,15 @@ map:
|
||||
- share:rw
|
||||
name: Gazpar2mqtt
|
||||
options:
|
||||
env_vars: []
|
||||
CONFIG_LOCATION: /config/gazpar2mqtt/config.yaml
|
||||
TZ: Europe/Paris
|
||||
mqtt_autodiscover: true
|
||||
verbose: true
|
||||
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