mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-07 12:31:31 +00:00
✨ Adds support for timezone in general info command (#11)
This commit is contained in:
parent
4533f16649
commit
0416242047
1 changed files with 8 additions and 0 deletions
|
@ -116,3 +116,11 @@ function bashio::info.logging() {
|
|||
bashio::log.trace "${FUNCNAME[0]}"
|
||||
bashio::info 'hassio.info.logging' '.logging'
|
||||
}
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Returns timezone of the system.
|
||||
# ------------------------------------------------------------------------------
|
||||
function bashio::info.timezone() {
|
||||
bashio::log.trace "${FUNCNAME[0]}"
|
||||
bashio::info 'hassio.info.timezone' '.timezone'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue