✏️ Re-branding to match Home Assistant naming changes

This commit is contained in:
Franck Nijhof 2020-02-08 20:47:13 +01:00
parent 1882770186
commit 5c7f2914cd
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
25 changed files with 80 additions and 77 deletions

View file

@ -1,14 +1,14 @@
#!/usr/bin/env bash
# ==============================================================================
# Community Hass.io Add-ons: Bashio
# Bashio is an bash function library for use with Hass.io add-ons.
# Community Home Assistant Add-ons: Bashio
# Bashio is an bash function library for use with Home Assistant add-ons.
#
# It contains a set of commonly used operations and can be used
# to be included in add-on scripts to reduce code duplication across add-ons.
# ==============================================================================
# ------------------------------------------------------------------------------
# Makes a call to the Hass.io API.
# Makes a call to the Supervisor API.
#
# Arguments:
# $1 HTTP Method (GET/POST)