🔥 Removes secrets support, now natively supported by Hassio (#14)

This commit is contained in:
Franck Nijhof 2019-09-17 17:00:51 +02:00 committed by GitHub
parent 68fa417e4e
commit 16e98bf090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 69 deletions

View file

@ -46,10 +46,6 @@ QUERY
result=$(bashio::jq "${__BASHIO_ADDON_CONFIG}" "${query}")
if [[ "${result}" == '!secret '* ]]; then
result=$(bashio::secret "${result}")
fi
printf "%s" "${result}"
return "${__BASHIO_EXIT_OK}"
}