mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
✨ Adds debug on/off check command
This commit is contained in:
parent
2346cddca2
commit
6cd2579672
2 changed files with 21 additions and 0 deletions
|
@ -54,6 +54,8 @@ source "${__BASHIO_LIB_DIR}/addons.sh"
|
|||
source "${__BASHIO_LIB_DIR}/api.sh"
|
||||
# shellcheck source=config.sh
|
||||
source "${__BASHIO_LIB_DIR}/config.sh"
|
||||
# shellcheck source=debug.sh
|
||||
source "${__BASHIO_LIB_DIR}/debug.sh"
|
||||
# shellcheck source=exit.sh
|
||||
source "${__BASHIO_LIB_DIR}/exit.sh"
|
||||
# shellcheck source=hardware.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue