mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-07 04:21:29 +00:00
Use different endpoint for add-on options (#88)
This commit is contained in:
parent
ee555d9afb
commit
8aa75b069b
2 changed files with 25 additions and 1 deletions
|
@ -45,7 +45,7 @@ function bashio::config() {
|
|||
end
|
||||
QUERY
|
||||
|
||||
options=$(bashio::addon.options)
|
||||
options=$(bashio::addon.config)
|
||||
result=$(bashio::jq "${options}" "${query}")
|
||||
|
||||
if [[ "${result}" == "null" ]] && bashio::var.has_value "${default_value}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue