mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
✨ Adds support for Hass.io Discovery (#8)
This commit is contained in:
parent
a1d16b68e0
commit
dcfc2b886f
2 changed files with 48 additions and 0 deletions
|
@ -58,6 +58,8 @@ source "${__BASHIO_LIB_DIR}/config.sh"
|
|||
source "${__BASHIO_LIB_DIR}/debug.sh"
|
||||
# shellcheck source=lib/exit.sh
|
||||
source "${__BASHIO_LIB_DIR}/exit.sh"
|
||||
# shellcheck source=lib/discovery.sh
|
||||
source "${__BASHIO_LIB_DIR}/discovery.sh"
|
||||
# shellcheck source=lib/dns.sh
|
||||
source "${__BASHIO_LIB_DIR}/dns.sh"
|
||||
# shellcheck source=lib/hardware.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue