#!/command/with-contenv bashio # shellcheck shell=bash # ============================================================================== # Community Hass.io Add-ons: ESPHome # Runs the NGINX proxy # ============================================================================== bashio::log.info "Waiting for ESPHome dashboard to come up..." while [[ ! -S /var/run/esphome.sock ]]; do sleep 0.5 done bashio::log.info "Starting NGINX..." exec nginx