mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
Fix and improve update_available logic for all plugins (#47)
This commit is contained in:
parent
b5a32fe006
commit
abd81ec1c9
6 changed files with 12 additions and 54 deletions
|
@ -134,7 +134,7 @@ function bashio::core.version_latest() {
|
|||
# ------------------------------------------------------------------------------
|
||||
function bashio::core.update_available() {
|
||||
bashio::log.trace "${FUNCNAME[0]}" "$@"
|
||||
bashio::cli 'core.info.update_available' '.update_available // false'
|
||||
bashio::core 'core.info.update_available' '.update_available // false'
|
||||
}
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue