Skip to content

Commit

Permalink
⬆️ Upgrades Hass.io API to be compatible with Supervisor v103 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 10, 2018
1 parent 98da626 commit 669e719
Show file tree
Hide file tree
Showing 9 changed files with 687 additions and 182 deletions.
3 changes: 2 additions & 1 deletion base/rootfs/usr/lib/hassio-addons/modules/addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# ==============================================================================
# Community Hass.io Add-ons: Bash functions library
#
# Provides functions for reading the add-on configuration
# Provides basic functions for reading the current add-on configuration.
# For more advances options, use the hass.addons.* functions
# ==============================================================================

# ==============================================================================
Expand Down
4 changes: 2 additions & 2 deletions base/rootfs/usr/lib/hassio-addons/modules/api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ readonly HASS_API_ENDPOINT='http://hassio'
# ==============================================================================
# shellcheck source=base/rootfs/usr/lib/hassio-addons/modules/api/addons.sh
source "${__LIB_DIR}/modules/api/addons.sh"
# shellcheck source=base/rootfs/usr/lib/hassio-addons/modules/api/hardware.sh
source "${__LIB_DIR}/modules/api/hardware.sh"
# shellcheck source=base/rootfs/usr/lib/hassio-addons/modules/api/homeassistant.sh
source "${__LIB_DIR}/modules/api/homeassistant.sh"
# shellcheck source=base/rootfs/usr/lib/hassio-addons/modules/api/host.sh
source "${__LIB_DIR}/modules/api/host.sh"
# shellcheck source=base/rootfs/usr/lib/hassio-addons/modules/api/network.sh
source "${__LIB_DIR}/modules/api/network.sh"
# shellcheck source=base/rootfs/usr/lib/hassio-addons/modules/api/snapshots.sh
source "${__LIB_DIR}/modules/api/snapshots.sh"
# shellcheck source=base/rootfs/usr/lib/hassio-addons/modules/api/supervisor.sh
Expand Down
Loading

0 comments on commit 669e719

Please sign in to comment.