mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
✨ Add supported flag to supervisor info (#34)
This commit is contained in:
parent
8a5c457a4c
commit
bbfc464ba0
1 changed files with 8 additions and 0 deletions
|
@ -124,3 +124,11 @@ function bashio::info.timezone() {
|
|||
bashio::log.trace "${FUNCNAME[0]}"
|
||||
bashio::info 'supervisor.info.timezone' '.timezone'
|
||||
}
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Returns the supported state of the system.
|
||||
# ------------------------------------------------------------------------------
|
||||
function bashio::info.supported() {
|
||||
bashio::log.trace "${FUNCNAME[0]}"
|
||||
bashio::info 'supervisor.info.supported' '.supported'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue