Fix and improve update_available logic for all plugins (#47)

This commit is contained in:
Franck Nijhof 2021-01-14 03:41:48 +01:00 committed by GitHub
parent b5a32fe006
commit abd81ec1c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 54 deletions

View file

@ -120,7 +120,7 @@ function bashio::dns.version_latest() {
# ------------------------------------------------------------------------------
function bashio::dns.update_available() {
bashio::log.trace "${FUNCNAME[0]}" "$@"
bashio::cli 'dns.info.update_available' '.update_available // false'
bashio::dns 'dns.info.update_available' '.update_available // false'
}
# ------------------------------------------------------------------------------