mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user