mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
✨ Adds basic support for audio (#27)
This commit is contained in:
parent
18b880edbc
commit
06a62201a0
2 changed files with 239 additions and 0 deletions
|
@ -51,6 +51,8 @@ source "${__BASHIO_LIB_DIR}/cache.sh"
|
|||
source "${__BASHIO_LIB_DIR}/addons.sh"
|
||||
# shellcheck source=lib/api.sh
|
||||
source "${__BASHIO_LIB_DIR}/api.sh"
|
||||
# shellcheck source=lib/audio.sh
|
||||
source "${__BASHIO_LIB_DIR}/audio.sh"
|
||||
# shellcheck source=lib/cli.sh
|
||||
source "${__BASHIO_LIB_DIR}/cli.sh"
|
||||
# shellcheck source=lib/config.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue