spell check (#1059)

This commit is contained in:
Sabuto
2020-02-09 10:14:05 +00:00
committed by GitHub
parent 3148aacadd
commit 747cf154bc

View File

@@ -48,7 +48,7 @@ bashio::net.wait_for 3000
if curl -f -s -X POST -H "Content-Type: application/json" -d "${almond_config}" http://127.0.0.1:3000/api/devices/create; then if curl -f -s -X POST -H "Content-Type: application/json" -d "${almond_config}" http://127.0.0.1:3000/api/devices/create; then
bashio::log.info "Successfully register local Home Assistant on Almond" bashio::log.info "Successfully register local Home Assistant on Almond"
else else
bashio::log.error "Almond registration of local Home Assistant fails!" bashio::log.error "Almond registration of local Home Assistant failed!"
fi fi
# Register stop # Register stop