Replace tabs with spaces

This commit is contained in:
Otto Winter 2019-03-03 16:50:31 +01:00
parent 6d56e7ef04
commit 4714190a00
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -13,15 +13,15 @@ if hass.config.true 'leave_front_door_open'; then
fi fi
if hass.config.true 'streamer_mode'; then if hass.config.true 'streamer_mode'; then
export ESPHOME_STREAMER_MODE=true export ESPHOME_STREAMER_MODE=true
fi fi
if hass.config.true 'status_use_ping'; then if hass.config.true 'status_use_ping'; then
export ESPHOME_DASHBOARD_USE_PING=true export ESPHOME_DASHBOARD_USE_PING=true
fi fi
if hass.config.has_value 'relative_url'; then if hass.config.has_value 'relative_url'; then
export ESPHOME_DASHBOARD_RELATIVE_URL=$(hass.config.get 'relative_url') export ESPHOME_DASHBOARD_RELATIVE_URL=$(hass.config.get 'relative_url')
fi fi
hass.log.info "Starting ESPHome dashboard..." hass.log.info "Starting ESPHome dashboard..."