Re-branding of core add-ons (#1046)

* Re-branding of core add-ons

* Update title README

* Fix ada description

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
Franck Nijhof
2020-02-04 21:38:55 +01:00
committed by GitHub
parent fd87353f2e
commit 2f80548b72
32 changed files with 58 additions and 58 deletions

View File

@@ -130,9 +130,9 @@ fi
if call_hassio GET "services/mqtt" | jq --raw-output ".data.host" | grep -v "$(hostname)" > /dev/null; then
bashio::log.warning "There is already an MQTT service running!"
else
bashio::log.info "Initialize Hass.io Add-on services"
bashio::log.info "Initialize Home Assistant Add-on services"
if ! call_hassio POST "services/mqtt" "$(constrain_host_config addons "${ADDONS_PW}")" > /dev/null; then
bashio::log.error "Can't setup Hass.io service mqtt"
bashio::log.error "Can't setup Home Assistant service mqtt"
fi
bashio::log.info "Initialize Home Assistant discovery"